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

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