From 87c98c5fbb6be9688d21576bc784c45a706515cd Mon Sep 17 00:00:00 2001 From: Richard Banks Date: Wed, 12 Aug 2026 14:44:29 +0200 Subject: [PATCH] Add PHP 8.5 support for gmp --- layers/gmp/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/gmp/config.json b/layers/gmp/config.json index 2bf25de7..205ba218 100644 --- a/layers/gmp/config.json +++ b/layers/gmp/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }