Skip to content

Commit

Permalink
Update: list of supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed Jul 7, 2024
1 parent 255d433 commit 2a9774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 2a9774a

Please sign in to comment.