Skip to content

Commit 5d46633

Browse files
committed
test: add 3.2.15
1 parent 1300521 commit 5d46633

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
if: contains(github.event.pull_request.labels.*.name, 'test/api7') || github.event_name == 'push'
4040
strategy:
4141
matrix:
42-
version: [3.2.14.6]
42+
version: [3.2.14.6, 3.2.15.0]
4343
env:
44+
BACKEND_API7_VERSION: ${{ matrix.version }}
4445
BACKEND_API7_DOWNLOAD_URL: https://run.api7.ai/api7-ee/api7-ee-v${{ matrix.version }}.tar.gz
4546
BACKEND_API7_LICENSE: ${{ secrets.BACKEND_API7_LICENSE }}
4647
steps:

0 commit comments

Comments
 (0)