From 7659e654a9bee134aa2579899c20743c6eac370f Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 20 Oct 2023 22:39:48 +0800 Subject: [PATCH] Update all_test.sh --- plugins/php/versions/all_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php/versions/all_test.sh b/plugins/php/versions/all_test.sh index a751fa84b..a2b05f79b 100644 --- a/plugins/php/versions/all_test.sh +++ b/plugins/php/versions/all_test.sh @@ -26,7 +26,7 @@ ROOT_DIR=$(cd "$(dirname "$0")"; pwd) # echo "php${PHP_VER} -- end" -PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81 82 83) +PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81 82) # PHP_VER_LIST=(81) for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- start" @@ -37,7 +37,7 @@ for PHP_VER in ${PHP_VER_LIST[@]}; do done cd $DIR -PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81 82 83) +PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81 82) # yar PHP_EXT_LIST=(ZendGuardLoader pdo mysqlnd sqlite3 openssl pcntl opcache mcrypt fileinfo \ exif gd intl memcache memcached redis imagemagick xdebug \