From 456d0ce97d5f2af6c5176b97602e3e58aeca721b Mon Sep 17 00:00:00 2001 From: Tom Lindelius Date: Mon, 9 Mar 2026 12:25:03 +0100 Subject: [PATCH] Add PHP 8.5 support for gd --- layers/gd/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/gd/config.json b/layers/gd/config.json index 2bf25de7..205ba218 100644 --- a/layers/gd/config.json +++ b/layers/gd/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }