Skip to content

Commit 35a3dd1

Browse files
committed
Update PHP binaries to preinstall version 8.4 in Dockerfile
1 parent 5938b06 commit 35a3dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL "com.github.actions.description"="Run automated code review using PHPCS on
66
LABEL "org.opencontainers.image.source"="https://github.com/rtCamp/action-phpcs-code-review"
77

88
ARG DEFAULT_PHP_VERSION=8.3
9-
ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2 8.3'
9+
ARG PHP_BINARIES_TO_PREINSTALL='7.4 8.0 8.1 8.2 8.3 8.4'
1010

1111
ENV DOCKER_USER=rtbot
1212
ENV ACTION_WORKDIR=/home/$DOCKER_USER

0 commit comments

Comments
 (0)