We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5938b06 commit 35a3dd1Copy full SHA for 35a3dd1
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ LABEL "com.github.actions.description"="Run automated code review using PHPCS on
6
LABEL "org.opencontainers.image.source"="https://github.com/rtCamp/action-phpcs-code-review"
7
8
ARG DEFAULT_PHP_VERSION=8.3
9
-ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2 8.3'
+ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2 8.3 8.4'
10
11
ENV DOCKER_USER=rtbot
12
ENV ACTION_WORKDIR=/home/$DOCKER_USER
0 commit comments