Skip to content

Commit 4647583

Browse files
authored
Adding OpenSearch 2.11.0 to the matrix (opensearch-project#814)
* Adding OpenSearch 2.11.0 to the matrix Signed-off-by: Vacha Shah <[email protected]> * Updating version Signed-off-by: Vacha Shah <[email protected]> --------- Signed-off-by: Vacha Shah <[email protected]>
1 parent d83a2e8 commit 4647583

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- { opensearch_version: 2.8.0, java: 11 }
2525
- { opensearch_version: 2.9.0, java: 11 }
2626
- { opensearch_version: 2.10.0, java: 11 }
27+
- { opensearch_version: 2.11.1, java: 11 }
2728
steps:
2829
- name: Checkout Java Client
2930
uses: actions/checkout@v3

COMPATIBILITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https
99
| Client Version | OpenSearch Version |
1010
|----------------|--------------------|
1111
| 1.0.0 | 1.x |
12-
| 2.x.0 | 1.3.13-2.10.0 |
12+
| 2.x.0 | 1.3.13-2.x.x |
1313

1414

1515
## Compatibility with JDK

0 commit comments

Comments
 (0)