mirror of https://github.com/grpc/grpc.git
Merge pull request #24695 from HannahShiSFB/upgrade-phpunit8
PHP: upgrade to phpunit 8pull/24806/head
commit
660a860cff
24 changed files with 60 additions and 60 deletions
@ -1,3 +1,3 @@ |
||||
RUN wget https://phar.phpunit.de/phpunit-5.7.27.phar && ${'\\'} |
||||
mv phpunit-5.7.27.phar /usr/local/bin/phpunit && ${'\\'} |
||||
RUN wget https://phar.phpunit.de/phpunit-8.5.8.phar && ${'\\'} |
||||
mv phpunit-8.5.8.phar /usr/local/bin/phpunit && ${'\\'} |
||||
chmod +x /usr/local/bin/phpunit |
||||
|
Loading…
Reference in new issue