From 2a9774aa5a118bcc761bc2b0e63bb7611054086e Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Sun, 7 Jul 2024 22:42:32 +0700 Subject: [PATCH] Update: list of supported PHP versions --- scripts/install_php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_php.sh b/scripts/install_php.sh index bd1937e..c7712bd 100755 --- a/scripts/install_php.sh +++ b/scripts/install_php.sh @@ -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."