File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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.4.2. 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
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The following configuration options are available:
4343+ ` memory ` The memory limit to run your tests with (default: ` 512M ` )
4444+ ` bootstrap ` The path to the bootstrap file (default: ` vendor/autoload.php ` )
4545+ ` php_version ` The version of PHP to use e.g. ` 7.4 ` (default: latest)
46- + ` phpunit_version ` The version of PHPUnit to use e.g. ` 9 ` or ` 9.4.2 ` (default: latest)
46+ + ` phpunit_version ` The version of PHPUnit to use e.g. ` 9 ` or ` 9.5.0 ` (default: latest)
4747
4848The syntax for passing in a custom input is the following:
4949
You can’t perform that action at this time.
0 commit comments