From 4ab1302d24ec06fb260a7ce8c0e760481c8a4232 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Wed, 21 Oct 2020 14:14:43 +1300 Subject: [PATCH] Test against PHP 7.4 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8af90c0..19e09c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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