mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 20:10:08 +02:00
🔧 Add PHP 8.0 to list of detected PHP versions
This commit is contained in:
@ -14,7 +14,7 @@ class Constants {
|
||||
* The PHP versions supported by this application.
|
||||
*/
|
||||
static let SupportedPhpVersions = [
|
||||
"5.6", "7.0", "7.1", "7.2", "7.3", "7.4"
|
||||
"5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0"
|
||||
]
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user