mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-05 12:18:19 +00:00
Update: list of supported PHP versions
This commit is contained in:
@@ -1050,7 +1050,7 @@ function init_php_install() {
|
||||
;;
|
||||
9 | "all")
|
||||
# Select all PHP versions (except EOL & Beta).
|
||||
SELECTED_PHP_VERSIONS=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2")
|
||||
SELECTED_PHP_VERSIONS=("7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3")
|
||||
;;
|
||||
*)
|
||||
error "Your selected PHP version ${SELECTED_PHP} is not supported yet."
|
||||
|
||||
Reference in New Issue
Block a user