From 5db215c0e4fd61c3107559a788f9e8c68001ada3 Mon Sep 17 00:00:00 2001 From: Nicolas Olive Date: Tue, 3 Mar 2026 14:06:01 +0100 Subject: [PATCH] feat: add PHP 8.5 support for calendar and mailparse extensions --- layers/calendar/config.json | 3 ++- layers/mailparse/config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/layers/calendar/config.json b/layers/calendar/config.json index 2bf25de7..205ba218 100644 --- a/layers/calendar/config.json +++ b/layers/calendar/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] } diff --git a/layers/mailparse/config.json b/layers/mailparse/config.json index 2bf25de7..205ba218 100644 --- a/layers/mailparse/config.json +++ b/layers/mailparse/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }