Test against PHP 7.4

This commit is contained in:
Maxime Rainville 2020-10-21 14:14:43 +13:00
parent 398d00c0e6
commit 4ab1302d24
1 changed files with 3 additions and 2 deletions

View File

@ -19,11 +19,12 @@ matrix:
env: DB=PGSQL CORE_RELEASE=3
- php: 7.2
env: DB=PGSQL CORE_RELEASE=3
- php: 7.3
env: DB=PGSQL CORE_RELEASE=3
- php: 7.4
env: DB=PGSQL CORE_RELEASE=3 INSTALL_PHPUNIT_FORK=1
before_script:
- composer self-update || true
- if [ $INSTALL_PHPUNIT_FORK ]; then composer require --no-update --dev sminnee/phpunit-mock-objects:^3.4.7; fi
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss