From 302331ef5c19420ecfaa4bced40a6ac2c195346b Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 21 Sep 2020 13:38:38 +0200 Subject: [PATCH] re-add php8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e80932..c84e7af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" ;;