Skip to content

Commit eee18ea

Browse files
authored
Test against Ruby 4.0 (#397)
1 parent 6863fe3 commit eee18ea

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.4'
22+
ruby-version: '4.0'
2323
rubygems: latest
2424
bundler-cache: true
2525
- name: RuboCop

.github/workflows/ruby.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
19+
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
2020
gemfile: [rails_7.0, rails_7.1, rails_7.2, rails_8.0, rails_8.1]
2121
postgres-version: ['16']
2222
channel: ['stable']
@@ -74,6 +74,12 @@ jobs:
7474
gemfile: rails_8.1
7575
- ruby-version: '3.4'
7676
gemfile: rails_7.0
77+
- ruby-version: '4.0'
78+
gemfile: rails_7.0
79+
- ruby-version: '4.0'
80+
gemfile: rails_7.1
81+
- ruby-version: '4.0'
82+
gemfile: rails_7.2
7783
env:
7884
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
7985
TEST_CONFIG: ./spec/config.github.yml

0 commit comments

Comments
 (0)