Skip to content

Commit 420ede1

Browse files
committed
Test with Ruby 3.1
1 parent 26ca9ba commit 420ede1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
ruby: [ '2.7', '3.0.2', 'head' ]
9+
ruby: [ '2.7', '3.0.2', '3.1', 'head' ]
1010
rails: [ '6.0', '6.1', '7.0', 'edge' ]
11+
exclude:
12+
- ruby: '3.1'
13+
rails: '6.0'
14+
- ruby: '3.1'
15+
rails: '6.1'
1116

1217
env:
1318
RAILS_VERSION: ${{ matrix.rails }}

0 commit comments

Comments
 (0)