Skip to content

Commit 47c39b8

Browse files
committed
Update version compatibility
1 parent 8c8ceb1 commit 47c39b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- gemfiles/Gemfile.rails72
1919
- gemfiles/Gemfile.rails80
2020
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'
2125
# rails 8.0 requires ruby >= 3.2
2226
# https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
2327
- ruby-version: '3.0'

0 commit comments

Comments
 (0)