We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c48ea commit 491267cCopy full SHA for 491267c
Dockerfile
@@ -5,6 +5,6 @@ LABEL repository="https://github.com/php-actions/phpunit"
5
LABEL homepage="https://github.com/php-actions/phpunit"
6
LABEL maintainer="Greg Bowler <[email protected]>"
7
8
-RUN composer global require --no-progress phpunit/phpunit 8.*
+RUN composer global require --no-progress phpunit/phpunit 9.*
9
COPY entrypoint /usr/local/bin/entrypoint
10
ENTRYPOINT ["/usr/local/bin/entrypoint"]
0 commit comments