Skip to content

Commit e7e6b65

Browse files
committedJan 23, 2025
Remove 3.1 + edge from CI
Rails 8 need 3.2+ so this will never pass.
1 parent 457416d commit e7e6b65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- ruby: '3.3'
1414
rails: '7.1'
1515
rubyopt: "--enable-frozen-string-literal"
16+
exclude:
17+
- ruby: '3.1'
18+
rails: 'edge'
19+
rubyopt: ''
1620

1721
env:
1822
RAILS_VERSION: ${{ matrix.rails }}

0 commit comments

Comments
 (0)
Failed to load comments.