Skip to content

Commit 2fd28e1

Browse files
committed
ci: update bridge compatibility tests [skip CI]
should be compatible with all 4.9.x versions
1 parent f5bf7b6 commit 2fd28e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/ci/src/pipelines/tests/resources/bridge-compatibility-tests/bridge-compatibility-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ workflows:
323323
database:
324324
- bridge
325325
apim_client_tag:
326-
- master-latest
326+
- 4.9.x-latest
327+
327328
- 4.8.x-latest
328329
329330
- 4.7.x-latest

.circleci/ci/src/workflows/workflow-bridge-compatibility-tests.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ export class BridgeCompatibilityTestsWorkflow {
6262
execution_mode: ['v3', 'v4-emulation-engine'],
6363
database: ['bridge'],
6464
apim_client_tag: [
65-
'master-latest',
65+
'4.9.x-latest',
66+
6667
'4.8.x-latest',
6768
6869
'4.7.x-latest',

0 commit comments

Comments
 (0)