mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-03 18:00:10 +02:00
🔥 Cleanup experimental PHP versions
This commit is contained in:
@@ -77,8 +77,6 @@ struct Constants {
|
|||||||
static var ExperimentalPhpVersions: Set<String> {
|
static var ExperimentalPhpVersions: Set<String> {
|
||||||
let releaseDates = [
|
let releaseDates = [
|
||||||
"8.6": Date.fromString(PhpFormulaeCutoffDate),
|
"8.6": Date.fromString(PhpFormulaeCutoffDate),
|
||||||
"8.5": Date.fromString("2025-11-20"),
|
|
||||||
"8.4": Date.fromString("2024-11-22")
|
|
||||||
]
|
]
|
||||||
|
|
||||||
return Set(releaseDates
|
return Set(releaseDates
|
||||||
|
|||||||
Reference in New Issue
Block a user