From 427a36d9902ffb785f0cd1651da43ebca25a99b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Egyed?= Date: Wed, 10 Jan 2024 15:06:42 +0100 Subject: [PATCH] Build redis-igbinary for PHP 8.3 --- layers/redis-igbinary/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/redis-igbinary/config.json b/layers/redis-igbinary/config.json index a5a35316..eea4b0f4 100644 --- a/layers/redis-igbinary/config.json +++ b/layers/redis-igbinary/config.json @@ -2,6 +2,7 @@ "php": [ "80", "81", - "82" + "82", + "83" ] }