From 33fa931d92dfdf489b743861fdffd388fa7ca5da Mon Sep 17 00:00:00 2001 From: zach Date: Fri, 24 Jul 2026 11:24:18 -0400 Subject: [PATCH] Add ssh2 layer for PHP 8.5 (ssh2-php-85) --- layers/ssh2/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/ssh2/config.json b/layers/ssh2/config.json index 2bf25de7..205ba218 100644 --- a/layers/ssh2/config.json +++ b/layers/ssh2/config.json @@ -2,6 +2,7 @@ "php": [ "82", "83", - "84" + "84", + "85" ] }