From 20aaa6938cca04e622ac1e7cd3c4a0b4cf1ca49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Egyed?= Date: Thu, 18 Jan 2024 21:17:09 +0100 Subject: [PATCH] Build gd for PHP 8.3 (#515) --- 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 a5a35316..eea4b0f4 100644 --- a/layers/gd/config.json +++ b/layers/gd/config.json @@ -2,6 +2,7 @@ "php": [ "80", "81", - "82" + "82", + "83" ] }