From f42d1b9d26a7545f636b11575aca83d09c11c676 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 3 Jul 2022 11:34:12 +0800 Subject: [PATCH] Update debug.sh --- scripts/quick/debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quick/debug.sh b/scripts/quick/debug.sh index d8855d5ec..a23015b50 100755 --- a/scripts/quick/debug.sh +++ b/scripts/quick/debug.sh @@ -24,7 +24,7 @@ fi -PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81) +PHP_VER_LIST=(52 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"