Skip to content

Commit

Permalink
Adding OpenSearch 2.11.0 to the matrix (#814)
Browse files Browse the repository at this point in the history
* Adding OpenSearch 2.11.0 to the matrix

Signed-off-by: Vacha Shah <vachshah@amazon.com>

* Updating version

Signed-off-by: Vacha Shah <vachshah@amazon.com>

---------

Signed-off-by: Vacha Shah <vachshah@amazon.com>
(cherry picked from commit 4647583)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 19, 2024
1 parent 5a9fa6b commit 8c2e547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- { opensearch_version: 2.8.0, java: 11 }
- { opensearch_version: 2.9.0, java: 11 }
- { opensearch_version: 2.10.0, java: 11 }
- { opensearch_version: 2.11.1, java: 11 }
steps:
- name: Checkout Java Client
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https
| Client Version | OpenSearch Version |
|----------------|--------------------|
| 1.0.0 | 1.x |
| 2.x.0 | 1.3.13-2.10.0 |
| 2.x.0 | 1.3.13-2.x.x |


## Compatibility with JDK
Expand Down

0 comments on commit 8c2e547

Please sign in to comment.