Switched Travis to test against 4.1

This commit is contained in:
UndefinedOffset 2018-07-04 14:06:01 -03:00
parent bc633e151d
commit 504387d711
1 changed files with 6 additions and 4 deletions

View File

@ -6,14 +6,16 @@ php:
- 7.1 - 7.1
env: env:
- DB=MYSQL CORE_RELEASE=4.0 - DB=MYSQL CORE_RELEASE=4.1
matrix: matrix:
include: include:
- php: 7.1 - php: 7.1
env: DB=PGSQL CORE_RELEASE=4.0 env: DB=PGSQL CORE_RELEASE=4.1
- php: 7.1 - php: 7.1
env: DB=SQLITE3 CORE_RELEASE=4.0 env: DB=SQLITE3 CORE_RELEASE=4.1
- php: 5.6
env: DB=MYSQL CORE_RELEASE=4.0
before_script: before_script:
# Init PHP # Init PHP
@ -30,4 +32,4 @@ before_script:
- composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile - composer install --prefer-dist --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile
script: script:
- vendor/bin/phpunit - vendor/bin/phpunit