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 }}