Skip to content

Commit 88565cb

Browse files
committed
ci: test against OpenSearch 3.7.0
Add 3.7.0 to the compatibility matrix (alongside latest, which will track it) and bump the default integration OPENSEARCH_VERSION from 3.6.0 to 3.7.0 so the primary integration run exercises the latest pinned release. Signed-off-by: Sean Chittenden <sean.chittenden@crowdstrike.com>
1 parent f2124cb commit 88565cb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- { opensearch_version: 3.4.0, node_count: 3 }
5050
- { opensearch_version: 3.5.0, node_count: 3 }
5151
- { opensearch_version: 3.6.0, node_count: 3 }
52+
- { opensearch_version: 3.7.0, node_count: 3 }
5253
- { opensearch_version: latest, node_count: 3 }
5354
steps:
5455
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
GITHUB_ACTIONS: true
7-
OPENSEARCH_VERSION: 3.6.0
7+
OPENSEARCH_VERSION: 3.7.0
88
OPENSEARCH_NODE_COUNT: 3
99
SECURE_INTEGRATION: true
1010
CONTAINER_RUNTIME: docker

0 commit comments

Comments
 (0)