Don't test with incompatible versions anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9543a3670d
commit
650e3137f4
|
|
@ -21,7 +21,7 @@ addons:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CORE_BRANCH=master
|
- CORE_BRANCH=master
|
||||||
- APP_NAME=notifications
|
- APP_NAME=registration
|
||||||
matrix:
|
matrix:
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
|
|
||||||
|
|
@ -36,12 +36,6 @@ matrix:
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
- php: 7.2
|
|
||||||
env: DB=sqlite CORE_BRANCH=stable19
|
|
||||||
- php: 7.2
|
|
||||||
env: DB=sqlite CORE_BRANCH=stable18
|
|
||||||
- php: 7.2
|
|
||||||
env: DB=sqlite CORE_BRANCH=stable17
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue