Skip to content

Commit 436618a

Browse files
committed
Update CI matrix
1 parent 0029fc8 commit 436618a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
ruby: [ '2.7', '3.0', '3.1', '3.2', 'head' ]
10-
rails: [ '6.1', '7.0', '7.1', 'edge' ]
11-
exclude:
12-
- ruby: '3.1'
13-
rails: '6.1'
14-
- ruby: '3.2'
9+
ruby: [ '3.1', '3.2', '3.3', 'head' ]
10+
rails: [ '7.0', '7.1', 'edge' ]
11+
include:
12+
- ruby: '2.7'
1513
rails: '6.1'
14+
- ruby: '3.0'
15+
rails: '7.0'
1616

1717
env:
1818
RAILS_VERSION: ${{ matrix.rails }}

0 commit comments

Comments
 (0)