Skip to content

Commit

Permalink
Update the opensearch-rails gem (RM-2427).
Browse files Browse the repository at this point in the history
- Remove github workflows for Ruby < 2.7.
- Add github workflow for Ruby 3.2 and (hopefully) fix 2.7 (untested).
  • Loading branch information
martijnbolhuis committed Feb 1, 2024
1 parent e546907 commit 5e59841
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 98 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/2.5.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/2.6.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/2.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tests:
env:
TEST_ES_SERVER: http://localhost:9200
RAILS_VERSIONS: '5.0,6.0'
RAILS_VERSIONS: '6.1,7.1'
strategy:
fail-fast: false
runs-on: ubuntu-latest
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Bundle
run: |
sudo apt-get install libsqlite3-dev
gem install bundler
gem install bundler -v 2.4.22
bundle install
bundle exec rake bundle:clean
bundle exec rake bundle:install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/2.4.yml → .github/workflows/3.2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ruby 2.4
name: Ruby 3.2
on:
push:
branches:
Expand All @@ -13,7 +13,7 @@ jobs:
tests:
env:
TEST_ES_SERVER: http://localhost:9200
RAILS_VERSIONS: '5.0'
RAILS_VERSIONS: '7.1'
strategy:
fail-fast: false
runs-on: ubuntu-latest
Expand All @@ -30,7 +30,7 @@ jobs:
cluster-version: 2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4
ruby-version: 3.2
- name: Bundle
run: |
sudo apt-get install libsqlite3-dev
Expand Down

0 comments on commit 5e59841

Please sign in to comment.