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:
Loz Calver 2019-05-13 09:45:11 +01:00 committed by GitHub
commit 7cde15f375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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