From 6d92dc8168346bc095675afcccecd40fb3223230 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 30 Jan 2026 13:26:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Cleanup=20experimental=20PHP=20v?= =?UTF-8?q?ersions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Common/Core/Constants.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpmon/Common/Core/Constants.swift b/phpmon/Common/Core/Constants.swift index e1a2e27b..c9f0dbd0 100644 --- a/phpmon/Common/Core/Constants.swift +++ b/phpmon/Common/Core/Constants.swift @@ -77,8 +77,6 @@ struct Constants { static var ExperimentalPhpVersions: Set { let releaseDates = [ "8.6": Date.fromString(PhpFormulaeCutoffDate), - "8.5": Date.fromString("2025-11-20"), - "8.4": Date.fromString("2024-11-22") ] return Set(releaseDates