mirror of https://github.com/grpc/grpc.git
Merge pull request #24900 from HannahShiSFB/php8-phpunit8
PHP: upgrade phpunit to 8.5.13 to support php8pull/24909/head
commit
65cf9f0cb4
11 changed files with 27 additions and 20 deletions
@ -1,3 +1,3 @@ |
||||
RUN wget https://phar.phpunit.de/phpunit-8.5.8.phar && ${'\\'} |
||||
mv phpunit-8.5.8.phar /usr/local/bin/phpunit && ${'\\'} |
||||
RUN wget https://phar.phpunit.de/phpunit-8.5.13.phar && ${'\\'} |
||||
mv phpunit-8.5.13.phar /usr/local/bin/phpunit && ${'\\'} |
||||
chmod +x /usr/local/bin/phpunit |
||||
|
Loading…
Reference in new issue