Skip to content

Commit 491267c

Browse files
author
Greg Bowler
committed
Upgrade to v9
1 parent 67c48ea commit 491267c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ LABEL repository="https://github.com/php-actions/phpunit"
55
LABEL homepage="https://github.com/php-actions/phpunit"
66
LABEL maintainer="Greg Bowler <[email protected]>"
77

8-
RUN composer global require --no-progress phpunit/phpunit 8.*
8+
RUN composer global require --no-progress phpunit/phpunit 9.*
99
COPY entrypoint /usr/local/bin/entrypoint
1010
ENTRYPOINT ["/usr/local/bin/entrypoint"]

0 commit comments

Comments
 (0)