From cfc60c71c3ed2506dd5bc2777296bbe6c39dd748 Mon Sep 17 00:00:00 2001 From: Dave Hulbert Date: Fri, 21 Nov 2025 07:55:37 +0000 Subject: [PATCH] Add support for PHP version 8.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b39f572..cf35facf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -253,7 +253,7 @@ RUN for v in $GO_VERSIONS; do mise install "go@${v}"; done \ ### PHP ### -ARG PHP_VERSIONS="8.4 8.3 8.2" +ARG PHP_VERSIONS="8.5 8.4 8.3 8.2" ARG COMPOSER_ALLOW_SUPERUSER=1 RUN apt-get update && apt-get install -y --no-install-recommends \ autoconf=2.71-* \