mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9063 from open-sausages/pulls/4/allow-php74-fail
BUG Temporarilly allow PHP 7.4 build to fail without failing the entire build
This commit is contained in:
commit
e6b89f829d
@ -55,6 +55,8 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- DB=MYSQL
|
- DB=MYSQL
|
||||||
- PHPUNIT_TEST=cms
|
- PHPUNIT_TEST=cms
|
||||||
|
allow_failures:
|
||||||
|
- php: 7.4snapshot
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Extra $PATH
|
# Extra $PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user