Update all_test.sh

This commit is contained in:
midoks 2022-07-10 01:41:24 +08:00
parent b88e60964d
commit d72ef6808e
1 changed files with 1 additions and 1 deletions

View File

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