From 8bad696369445bfc54dd2212952b8c0a33c6e615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Egyed?= Date: Thu, 18 Jan 2024 21:19:46 +0100 Subject: [PATCH] Build redis-igbinary for PHP 8.3 (#516) --- 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" ] }