Skip to content

Commit

Permalink
ci: run tests with stable20
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Sep 28, 2020
1 parent e1a6003 commit 680606f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@ services:

env:
global:
- CORE_BRANCH=stable19
- CORE_BRANCH=stable20
- DB=mysql
- LINT=false

matrix:
include:
- php: 7.2
env: "DB=sqlite"
- php: 7.3
env: "DB=sqlite"
env: DB=sqlite
- php: 7.4
env: "DB=sqlite"
env: DB=sqlite
- php: 7.3
env: "DB=pgsql"
env: DB=pgsql
- php: 7.4
env: "DB=pgsql"
env: DB=pgsql
- php: 7.3
env: "LINT=true"
env: LINT=true
- php: 7.2
env: DB=sqlite CORE_BRANCH=stable19
- php: 7.3
env: "CORE_BRANCH=stable18"
env: CORE_BRANCH=stable18
- php: 7.4
env: "CORE_BRANCH=master"
env: CORE_BRANCH=master
- php: nightly
env: "DB=sqlite"
env: DB=sqlite
fast_finish: true
allow_failures:
- php: nightly
Expand Down

0 comments on commit 680606f

Please sign in to comment.