From dad06622bf86bd1a770fbf5c5a9a2453e2ca5015 Mon Sep 17 00:00:00 2001 From: Demin Yin Date: Wed, 24 Jun 2026 13:36:48 -0700 Subject: [PATCH] upgrade the bsdiff extension to v0.2.1, with PHP 8.5 support added --- layers/bsdiff/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/bsdiff/config.json b/layers/bsdiff/config.json index 2bf25de7..205ba218 100644 --- a/layers/bsdiff/config.json +++ b/layers/bsdiff/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }