From b6979f247ae466d47a3efc72f4d5477f5cac3ced Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Nov 2020 06:49:23 +0000 Subject: [PATCH] upgrade phpunit to 8.5.8 --- tools/dockerfile/distribtest/php7_stretch_x64/Dockerfile | 4 ++-- tools/gce/linux_kokoro_performance_worker_init.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/dockerfile/distribtest/php7_stretch_x64/Dockerfile b/tools/dockerfile/distribtest/php7_stretch_x64/Dockerfile index ec74b00a75e..7f013b7386e 100644 --- a/tools/dockerfile/distribtest/php7_stretch_x64/Dockerfile +++ b/tools/dockerfile/distribtest/php7_stretch_x64/Dockerfile @@ -16,6 +16,6 @@ FROM debian:stretch RUN apt-get update && apt-get install -y php php-dev php-pear wget zlib1g-dev -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 diff --git a/tools/gce/linux_kokoro_performance_worker_init.sh b/tools/gce/linux_kokoro_performance_worker_init.sh index a325611ceae..e81ba212342 100755 --- a/tools/gce/linux_kokoro_performance_worker_init.sh +++ b/tools/gce/linux_kokoro_performance_worker_init.sh @@ -162,8 +162,8 @@ gem install bundler # PHP dependencies sudo apt-get install -y php7.2 php7.2-dev php-pear unzip zlib1g-dev -sudo wget https://phar.phpunit.de/phpunit-5.7.27.phar && \ - sudo mv phpunit-5.7.27.phar /usr/local/bin/phpunit && \ +sudo wget https://phar.phpunit.de/phpunit-8.5.8.phar && \ + sudo mv phpunit-8.5.8.phar /usr/local/bin/phpunit && \ sudo chmod +x /usr/local/bin/phpunit curl -sS https://getcomposer.org/installer | php sudo mv composer.phar /usr/local/bin/composer