From 465a84a1d57da62fb6517bf0234b184fcbe53ce5 Mon Sep 17 00:00:00 2001 From: Zeping Bai Date: Wed, 7 Aug 2024 13:52:10 +0800 Subject: [PATCH] ci: test api7 on 3.2.14.3 (#167) --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 736c946..ef3e5df 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -39,7 +39,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push' strategy: matrix: - version: [3.2.13.0, 3.2.14.2] + version: [3.2.13.0, 3.2.14.3] env: BACKEND_API7_DOWNLOAD_URL: https://run.api7.ai/api7-ee/api7-ee-v${{ matrix.version }}.tar.gz BACKEND_API7_LICENSE: ${{ secrets.BACKEND_API7_LICENSE }}