Skip to content

Commit

Permalink
workflows: test against opensearch 2.14
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Hahn <[email protected]>
  • Loading branch information
Jakob3xD committed May 21, 2024
1 parent 40511ef commit a7a70a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- { opensearch_version: 2.11.1 }
- { opensearch_version: 2.12.0 }
- { opensearch_version: 2.13.0 }
- { opensearch_version: 2.14.0 }
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Adds `search_idle_reactivate_count_total` field to structs ([#552](https://github.com/opensearch-project/opensearch-go/pull/552))

### Changed
- CI tests against opensearch 2.14 ([#552](https://github.com/opensearch-project/opensearch-go/pull/552))

### Deprecated

Expand Down

0 comments on commit a7a70a6

Please sign in to comment.