mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
NEW: Ensure php7 builds pass.
SilverStripe 4 should work in php7, so we shouldn't accept its failure.
This commit is contained in:
parent
8518fc1425
commit
52ca089d0b
@ -28,6 +28,8 @@ matrix:
|
||||
env: DB=MYSQL PDO=1
|
||||
- php: 5.6
|
||||
env: DB=MYSQL BEHAT_TEST=1 JS_SANITY_CHECK=1
|
||||
- php: 7.0
|
||||
env: DB=MYSQL PDO=1
|
||||
|
||||
before_script:
|
||||
# Until http://pecl.php.net/package/imagick is working again
|
||||
|
Loading…
Reference in New Issue
Block a user