From 4372033bf71c3d763d9d1242aff2a226479fd164 Mon Sep 17 00:00:00 2001 From: Xiaochen Wang Date: Sat, 20 Jul 2024 13:29:05 +0800 Subject: [PATCH] Update ci.yml: trigger CI/CD progress --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2422684..0afb9c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test-nginx: strategy: matrix: - version: [1.24.0, 1.25.2, 1.25.3, 1.25.4] + version: [1.26.1, 1.27.0] fail-fast: false runs-on: "ubuntu-20.04"