mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #8854 from sminnee/travis-php74
NEW: Add PHP 7.4’s daily snapshot to the travis suite.
This commit is contained in:
commit
7cde15f375
@ -52,6 +52,15 @@ matrix:
|
||||
- DB=MYSQL
|
||||
- PHPUNIT_TEST=framework
|
||||
|
||||
- php: 7.4snapshot
|
||||
env:
|
||||
- DB=MYSQL
|
||||
- PHPUNIT_TEST=framework
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libonig-dev
|
||||
|
||||
before_script:
|
||||
# Extra $PATH
|
||||
- export PATH=~/.composer/vendor/bin:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user