We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1300521 commit 5d46633Copy full SHA for 5d46633
.github/workflows/e2e.yaml
@@ -39,8 +39,9 @@ jobs:
39
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'
40
strategy:
41
matrix:
42
- version: [3.2.14.6]
+ version: [3.2.14.6, 3.2.15.0]
43
env:
44
+ BACKEND_API7_VERSION: ${{ matrix.version }}
45
BACKEND_API7_DOWNLOAD_URL: https://run.api7.ai/api7-ee/api7-ee-v${{ matrix.version }}.tar.gz
46
BACKEND_API7_LICENSE: ${{ secrets.BACKEND_API7_LICENSE }}
47
steps:
0 commit comments