re-add php8
This commit is contained in:
parent
b1ccf1e7b9
commit
302331ef5c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ before_script:
|
||||||
# Install the specified version of PHPUnit depending on the PHP version:
|
# Install the specified version of PHPUnit depending on the PHP version:
|
||||||
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
|
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
|
||||||
case "$TRAVIS_PHP_VERSION" in
|
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"
|
echo "Using PHPUnit 6.x"
|
||||||
composer global require "phpunit/phpunit:^6"
|
composer global require "phpunit/phpunit:^6"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue