Skip to content

Commit

Permalink
Remove a todo in the testing workflow (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Earlopain <[email protected]>
  • Loading branch information
Earlopain authored Jan 2, 2024
1 parent 1171e52 commit 0ce8816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: ./.github/actions/opensearch
with:
# TODO: change cluster-version back to `latest` after OS 2.9.1 or later is released
cluster-version: "2.8.0"
cluster-version: latest
disable-security: true
- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -65,8 +64,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: ./.github/actions/opensearch
with:
# TODO: change cluster-version back to `latest` after OS 2.9.1 or later is released
cluster-version: "2.8.0"
cluster-version: latest
disable-security: true
- uses: ruby/setup-ruby@v1
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Deprecated
### Removed
### Fixed
- Switch back to the latest OpenSearch version when testing in CI ([#219](https://github.com/opensearch-project/opensearch-ruby/pull/219))
### Security

## [3.1.0]
Expand Down

0 comments on commit 0ce8816

Please sign in to comment.