From c098e02ff4c3ee30cc4689b9bb67ba2811e42374 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 11 Jan 2022 22:55:20 -0600 Subject: [PATCH] Update tests --- .github/workflows/cron.yml | 10 ++++++---- .github/workflows/main.yml | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 4115a31..890609c 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -530,7 +530,7 @@ jobs: fi sed -i '/swan_ver_latest=/s/^/#/' vpnup.sh - for ver in 4.3 4.4 4.5; do + for ver in 4.3 4.4 4.5 4.6; do [ "$ver" = "4.3" ] && shc=sh || shc=bash sed -i "s/^SWAN_VER=.*/SWAN_VER=$ver/" vpnup.sh "$shc" vpnup.sh <