mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Switched Travis to test against 4.1
This commit is contained in:
parent
bc633e151d
commit
504387d711
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user