From fc79fdf964a1774e21223657586c97b9d94c092b Mon Sep 17 00:00:00 2001 From: Eduardo Barros Date: Wed, 4 Mar 2026 11:04:05 -0300 Subject: [PATCH] feat: add PHP 8.5 support for xlswriter extension --- layers/xlswriter/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/xlswriter/config.json b/layers/xlswriter/config.json index 2bf25de7..205ba218 100644 --- a/layers/xlswriter/config.json +++ b/layers/xlswriter/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }