Skip to content

Commit 5e59841

Browse files
Update the opensearch-rails gem (RM-2427).
- Remove github workflows for Ruby < 2.7. - Add github workflow for Ruby 3.2 and (hopefully) fix 2.7 (untested).
1 parent e546907 commit 5e59841

File tree

4 files changed

+5
-98
lines changed

4 files changed

+5
-98
lines changed

.github/workflows/2.5.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/2.6.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/2.7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
tests:
1414
env:
1515
TEST_ES_SERVER: http://localhost:9200
16-
RAILS_VERSIONS: '5.0,6.0'
16+
RAILS_VERSIONS: '6.1,7.1'
1717
strategy:
1818
fail-fast: false
1919
runs-on: ubuntu-latest
@@ -34,7 +34,7 @@ jobs:
3434
- name: Bundle
3535
run: |
3636
sudo apt-get install libsqlite3-dev
37-
gem install bundler
37+
gem install bundler -v 2.4.22
3838
bundle install
3939
bundle exec rake bundle:clean
4040
bundle exec rake bundle:install

.github/workflows/2.4.yml renamed to .github/workflows/3.2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby 2.4
1+
name: Ruby 3.2
22
on:
33
push:
44
branches:
@@ -13,7 +13,7 @@ jobs:
1313
tests:
1414
env:
1515
TEST_ES_SERVER: http://localhost:9200
16-
RAILS_VERSIONS: '5.0'
16+
RAILS_VERSIONS: '7.1'
1717
strategy:
1818
fail-fast: false
1919
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
3030
cluster-version: 2
3131
- uses: ruby/setup-ruby@v1
3232
with:
33-
ruby-version: 2.4
33+
ruby-version: 3.2
3434
- name: Bundle
3535
run: |
3636
sudo apt-get install libsqlite3-dev

0 commit comments

Comments
 (0)