From da44071583595d9460e65453dd2692dac376d69b Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Tue, 17 Jan 2023 05:18:06 +0700 Subject: [PATCH] Add PHP 8.2 support --- 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 a101722..54e21a8 100755 --- a/scripts/install_php.sh +++ b/scripts/install_php.sh @@ -999,7 +999,7 @@ function init_php_install() { ;; 10 | "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=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2") ;; *) error "Your selected PHP version ${SELECTED_PHP} is not supported yet."