We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a364fb2 + a5dacec commit f54ececCopy full SHA for f54ecec
.github/workflows/ci.yml
@@ -17,9 +17,8 @@ jobs:
17
- rails7.0
18
- rails7.1
19
- rails7.2
20
- exclude:
21
- - { ruby: 'jruby-9.4', gemfile: 'rails_main' }
22
- - { ruby: '3.1', gemfile: 'rails_main' }
+ include:
+ - { ruby: '3.3', gemfile: 'rails_main' }
23
env:
24
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
25
steps:
.github/workflows/rails_main_testing.yml
@@ -15,7 +15,7 @@ jobs:
15
ruby:
16
- '3.3'
- BUNDLE_GEMFILE: gemfiles/rails_main_native.gemfile
+ BUNDLE_GEMFILE: gemfiles/rails_main.gemfile
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
0 commit comments