Skip to content

Commit 37496ea

Browse files
committed
Rails main now requires ruby 3.2
1 parent 5c47ba7 commit 37496ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
rails: 'main'
1414
- ruby: '3.0'
1515
rails: 'main'
16+
- ruby: '3.1'
17+
rails: 'main'
1618

1719
env:
1820
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails }}.gemfile

0 commit comments

Comments
 (0)