diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 1070815d48..46b8fe96f3 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -19,7 +19,6 @@ jobs: - { opensearch_version: 2.3.0, java: 11 } - { opensearch_version: 2.4.1, java: 11 } - { opensearch_version: 2.5.0, java: 11 } - - { opensearch_version: 2.6.0, java: 11 } steps: - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1363d1b98c..432ceabc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Add support for OpenSearch Serverless ([#339](https://github.com/opensearch-project/opensearch-java/pull/339)) - Fix completion suggestions failure with missing required property TermSuggestOption.score ([#347](https://github.com/opensearch-project/opensearch-java/pull/347)) - Fix search failure with missing required property HitsMetadata.total when trackTotalHits is disabled ([#372](https://github.com/opensearch-project/opensearch-java/pull/372)) +- Improve time taken by Github actions by using cache ([#439](https://github.com/opensearch-project/opensearch-java/pull/439)) ### Deprecated