Add PHP 8.2 support

This commit is contained in:
Edi Septriyanto
2023-01-17 05:18:06 +07:00
parent b291fc7518
commit da44071583

View File

@@ -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."