From 0a9e12a2d6c1c1b43f70c6edc403e18d7f214b2e Mon Sep 17 00:00:00 2001 From: bzp2010 Date: Sun, 14 Jul 2024 00:24:57 +0800 Subject: [PATCH] ci: upgrade to api7 3.2.13.8 --- .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 efc14eb6..7a21adc0 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -38,7 +38,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'test/api7') strategy: matrix: - version: [3.2.13.0, 3.2.14.0] + version: [3.2.13.8, 3.2.14.0] 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 }}