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.
1 parent 64b51ac commit 969ccc3Copy full SHA for 969ccc3
.github/workflows/build.yml
@@ -33,6 +33,7 @@ jobs:
33
- { ruby: '2.7', gemfile: 'rails_5_1' }
34
- { ruby: '3.0', gemfile: 'rails_5_0' }
35
- { ruby: '3.0', gemfile: 'rails_5_1' }
36
+ - { ruby: '3.0', gemfile: 'rails_5_2' } # Rails 5.2 won't work with Ruby 3+: https://github.com/rails/rails/issues/40938
37
- { ruby: '3.0', gemfile: 'rails_6_0' }
38
- { ruby: '3.1', gemfile: 'rails_5_0' }
39
- { ruby: '3.1', gemfile: 'rails_5_1' }
0 commit comments