Skip to content

Commit

Permalink
added php7.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jul 25, 2019
1 parent 6a7bd64 commit 9af9509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"
;;
Expand Down

0 comments on commit 9af9509

Please sign in to comment.