Don't test with incompatible versions anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-07-16 10:59:08 +02:00
parent 9543a3670d
commit 650e3137f4
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 7 deletions

View File

@ -21,7 +21,7 @@ addons:
env:
global:
- CORE_BRANCH=master
- APP_NAME=notifications
- APP_NAME=registration
matrix:
- DB=sqlite
@ -36,12 +36,6 @@ matrix:
env: DB=mysql
- php: 7.3
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
before_install: