From 54b834b8992fdd05ad515dad7a8ab305059035d2 Mon Sep 17 00:00:00 2001 From: 2DThomas <89839771+2DThomas@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:14:06 +0100 Subject: [PATCH] php 8.5 igbinary --- layers/igbinary/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/igbinary/config.json b/layers/igbinary/config.json index 2bf25de7..205ba218 100644 --- a/layers/igbinary/config.json +++ b/layers/igbinary/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }