From d72ef6808e43bb39727e7df92de7e5cbd1dcee81 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 10 Jul 2022 01:41:24 +0800 Subject: [PATCH] Update all_test.sh --- plugins/php-apt/versions/all_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-apt/versions/all_test.sh b/plugins/php-apt/versions/all_test.sh index 6e12a3681..41c1f91b7 100644 --- a/plugins/php-apt/versions/all_test.sh +++ b/plugins/php-apt/versions/all_test.sh @@ -25,7 +25,7 @@ for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- end" done - +PHP_VER_LIST=(56 70 71 72 73 74 80 81) PHP_EXT_LIST=('yaf') for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- start"