From a8b37fb5baade78bbdcf897f21794acc16ac335d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 8 Jun 2024 21:45:34 +0800 Subject: [PATCH] Update all_mac.sh --- plugins/php/versions/all_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/all_mac.sh b/plugins/php/versions/all_mac.sh index b2ef623318..a771bd087e 100644 --- a/plugins/php/versions/all_mac.sh +++ b/plugins/php/versions/all_mac.sh @@ -30,7 +30,7 @@ ROOT_DIR=$(cd "$(dirname "$0")"; pwd) # echo "php${PHP_VER} -- end" -PHP_VER_LIST=(54 55 56 70 71 72 73 74 80 81 82) +PHP_VER_LIST=(54 55 56 70 71 72 73 74 80 81 82 83) # PHP_VER_LIST=(81) for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- start"