File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ LABEL repository="https://github.com/php-actions/phpunit"
55LABEL homepage="https://github.com/php-actions/phpunit"
66LABEL maintainer="Greg Bowler <greg.bowler@g105b.com>"
77
8- RUN curl https://phar.phpunit.de/phpunit-9.5.0. phar > phpunit-9.phar
9- RUN curl https://phar.phpunit.de/phpunit-8.5.8. phar > phpunit-8.phar
10- RUN curl https://phar.phpunit.de/phpunit-7.5.9. phar > phpunit-7.phar
11- RUN curl https://phar.phpunit.de/phpunit-6.5.9. phar > phpunit-6.phar
8+ RUN curl https://phar.phpunit.de/phpunit-9.phar > phpunit-9.phar
9+ RUN curl https://phar.phpunit.de/phpunit-8.phar > phpunit-8.phar
10+ RUN curl https://phar.phpunit.de/phpunit-7.phar > phpunit-7.phar
11+ RUN curl https://phar.phpunit.de/phpunit-6.phar > phpunit-6.phar
1212RUN chmod +x *.phar
1313RUN ln -s $(pwd)/phpunit-9.phar /usr/local/bin/phpunit-9
1414RUN ln -s $(pwd)/phpunit-8.phar /usr/local/bin/phpunit-8
You can’t perform that action at this time.
0 commit comments