Skip to content

Commit 1821287

Browse files
authoredJan 23, 2025
Merge pull request rails#732 from Shopify/drop_3_1_edge_in_ci
Remove 3.1 + edge from CI
2 parents 457416d + e7e6b65 commit 1821287

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.