diff --git a/plugins/php-yum/all_test.sh b/plugins/php-yum/all_test.sh index b26002538..eabbe6db5 100644 --- a/plugins/php-yum/all_test.sh +++ b/plugins/php-yum/all_test.sh @@ -18,7 +18,7 @@ done echo "php${PHP_VER} -- end" -PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81) +PHP_VER_LIST=(53 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"