Skip to content

Commit 9607e5d

Browse files
author
Greg Bowler
authored
Merge pull request #20 from Gared/patch-1
Update phpunit 9.4.2 to 9.5.0
2 parents b15700a + 27f168b commit 9607e5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LABEL repository="https://github.com/php-actions/phpunit"
55
LABEL homepage="https://github.com/php-actions/phpunit"
66
LABEL 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
1212
RUN chmod +x *.phar
1313
RUN ln -s $(pwd)/phpunit-9.phar /usr/local/bin/phpunit-9
1414
RUN ln -s $(pwd)/phpunit-8.phar /usr/local/bin/phpunit-8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4848
The syntax for passing in a custom input is the following:
4949

0 commit comments

Comments
 (0)