Update debug.sh

pull/118/head
midoks 3 years ago
parent 7bde9375ac
commit 32fdbe7ca4
  1. 2
      scripts/quick/debug.sh

@ -24,7 +24,7 @@ fi
PHP_VER_LIST=(53 54 55 56 71 72 73 74 80 81) PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81)
# PHP_VER_LIST=(81) # PHP_VER_LIST=(81)
for PHP_VER in ${PHP_VER_LIST[@]}; do for PHP_VER in ${PHP_VER_LIST[@]}; do
echo "php${PHP_VER} -- start" echo "php${PHP_VER} -- start"

Loading…
Cancel
Save