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 8c8ceb1 commit 47c39b8Copy full SHA for 47c39b8
.github/workflows/test.yml
@@ -18,6 +18,10 @@ jobs:
18
- gemfiles/Gemfile.rails72
19
- gemfiles/Gemfile.rails80
20
exclude:
21
+ # rails 7.2 requires ruby >= 3.1
22
+ # https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
23
+ - ruby-version: '3.0'
24
+ gemfile: 'gemfiles/Gemfile.rails72'
25
# rails 8.0 requires ruby >= 3.2
26
# https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
27
- ruby-version: '3.0'
0 commit comments