1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-30 08:20:09 +02:00

🔥 Cleanup experimental PHP versions

This commit is contained in:
2026-01-30 13:26:22 +01:00
parent 2fe58bcb5b
commit 6d92dc8168

View File

@@ -77,8 +77,6 @@ struct Constants {
static var ExperimentalPhpVersions: Set<String> {
let releaseDates = [
"8.6": Date.fromString(PhpFormulaeCutoffDate),
"8.5": Date.fromString("2025-11-20"),
"8.4": Date.fromString("2024-11-22")
]
return Set(releaseDates