mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
Get 5.3 tests running
This commit is contained in:
parent
1d77f6b36e
commit
3443417894
@ -2,6 +2,8 @@
|
||||
|
||||
sudo: false
|
||||
|
||||
dist: precise
|
||||
|
||||
language: php
|
||||
|
||||
php:
|
||||
@ -12,14 +14,14 @@ php:
|
||||
- 7.0
|
||||
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.2
|
||||
- DB=MYSQL CORE_RELEASE=3.6
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.6
|
||||
env: DB=MYSQL CORE_RELEASE=3
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=3.2
|
||||
env: DB=PGSQL CORE_RELEASE=3.5
|
||||
allow_failures:
|
||||
- php: 7.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user