From cc3554cb63a5c03bf3e6bc5c2f4a782b51904dbf Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 6 Feb 2026 11:13:14 +0100 Subject: [PATCH] Update static binary PHP version to 8.5 Signed-off-by: Marc --- build-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index 638688c0a..bd4c3a168 100755 --- a/build-static.sh +++ b/build-static.sh @@ -72,7 +72,7 @@ if [ -z "${PHP_VERSION}" ]; then fi } - PHP_VERSION="$(get_latest_php_version "8.4")" + PHP_VERSION="$(get_latest_php_version "8.5")" export PHP_VERSION fi # default extension set