Update debug.sh

pull/119/head
midoks 3 years ago
parent db03ca1c73
commit dfff0aabad
  1. 2
      scripts/quick/debug.sh

@ -24,7 +24,7 @@ fi
PHP_VER_LIST=(52 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)
# PHP_VER_LIST=(81)
for PHP_VER in ${PHP_VER_LIST[@]}; do
echo "php${PHP_VER} -- start"

Loading…
Cancel
Save