Skip to content

Commit

Permalink
Update phpunit for php7.1 in c extension test
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring committed Dec 2, 2020
1 parent 1679907 commit eaaa26a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions php/tests/test.sh
Expand Up @@ -11,9 +11,8 @@ PHP_VERSION=$(php -r "echo PHP_VERSION;")

# Each version of PHPUnit supports a fairly narrow range of PHP versions.
case "$PHP_VERSION" in
7.0.*|7.1.*|7.2.*)
# Oddly older than for 5.6. Not sure the reason.
PHPUNIT=phpunit-5.6.0.phar
7.1.*|7.2.*)
PHPUNIT=phpunit-7.5.0.phar
;;
7.3.*|7.4.*)
PHPUNIT=phpunit-8.phar
Expand Down

0 comments on commit eaaa26a

Please sign in to comment.