re-add php8

This commit is contained in:
Matthias Pfefferle 2020-09-21 13:38:38 +02:00
parent b1ccf1e7b9
commit 302331ef5c

View file

@ -45,7 +45,7 @@ before_script:
# Install the specified version of PHPUnit depending on the PHP version:
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
case "$TRAVIS_PHP_VERSION" in
7.4|7.3|7.2|7.1|7.0|nightly)
8|7.4|7.3|7.2|7.1|7.0|nightly)
echo "Using PHPUnit 6.x"
composer global require "phpunit/phpunit:^6"
;;