From 9af9509878178a747ddd3c5259819470a17b376a Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 25 Jul 2019 23:10:01 +0200 Subject: [PATCH] added php7.3 support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 695aa9b..5dd19eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,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.2|7.1|7.0|nightly) + 7.3|7.2|7.1|7.0|nightly) echo "Using PHPUnit 6.x" composer global require "phpunit/phpunit:^6" ;;