Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit e9a676f

Browse files
committed
add 7.4 phpunit handling
1 parent 8d312a1 commit e9a676f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_script:
4141
# Install the specified version of PHPUnit depending on the PHP version:
4242
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
4343
case "$TRAVIS_PHP_VERSION" in
44-
7.3|7.2|7.1|7.0|nightly)
44+
7.4|7.3|7.2|7.1|7.0|nightly)
4545
echo "Using PHPUnit 6.x"
4646
composer global require "phpunit/phpunit:^6"
4747
;;

0 commit comments

Comments
 (0)