diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2961130bdf..9308fb7078 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -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 diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index bdab6cc899..c1b6fca51d 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -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