Skip to content

Commit 40e0cae

Browse files
authored
phpunit 8
1 parent 8d50ece commit 40e0cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -ex; \
1919
echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
2020

2121
# Install phpunit 7
22-
RUN curl -L https://phar.phpunit.de/phpunit-7.phar > /usr/local/bin/phpunit \
22+
RUN curl -L https://phar.phpunit.de/phpunit-8.phar > /usr/local/bin/phpunit \
2323
&& chmod +x /usr/local/bin/phpunit
2424

2525
# install the PHP extensions we need

0 commit comments

Comments
 (0)