Skip to content

Commit

Permalink
Add opensearch 2.13 to pipeline (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkamel authored Jul 3, 2024
1 parent c44721b commit 9396f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
env:
discovery.type: single-node
plugins.security.disabled: true
- image: opensearchproject/opensearch:2.13.0
env:
discovery.type: single-node
DISABLE_SECURITY_PLUGIN: true
ruby:
- 2.7
- 3.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gem "factory_bot"
gem "rake"
gem "rspec"
gem "rubocop"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "timecop"
gem "webmock"

0 comments on commit 9396f91

Please sign in to comment.