ci: run tests with stable20

pull/91/head
sualko 2020-09-28 20:30:22 +02:00
parent e1a6003e19
commit 680606f817
1 changed files with 15 additions and 15 deletions

View File

@ -11,30 +11,30 @@ services:
env: env:
global: global:
- CORE_BRANCH=stable19 - CORE_BRANCH=stable20
- DB=mysql - DB=mysql
- LINT=false - LINT=false
matrix: matrix:
include: include:
- php: 7.3
env: DB=sqlite
- php: 7.4
env: DB=sqlite
- php: 7.3
env: DB=pgsql
- php: 7.4
env: DB=pgsql
- php: 7.3
env: LINT=true
- php: 7.2 - php: 7.2
env: "DB=sqlite" env: DB=sqlite CORE_BRANCH=stable19
- php: 7.3 - php: 7.3
env: "DB=sqlite" env: CORE_BRANCH=stable18
- php: 7.4 - php: 7.4
env: "DB=sqlite" env: CORE_BRANCH=master
- php: 7.3
env: "DB=pgsql"
- php: 7.4
env: "DB=pgsql"
- php: 7.3
env: "LINT=true"
- php: 7.3
env: "CORE_BRANCH=stable18"
- php: 7.4
env: "CORE_BRANCH=master"
- php: nightly - php: nightly
env: "DB=sqlite" env: DB=sqlite
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- php: nightly - php: nightly