Skip to content

Commit e83bdee

Browse files
authored
Merge pull request #743 from rails/rm-ci
Test with new ruby and rails versions
2 parents 5819ef4 + edb32b3 commit e83bdee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
ruby: [ '3.1', '3.2', 'head' ]
10-
rails: [ '7.1', 'edge' ]
9+
ruby: [ '3.1', '3.2', '3.3', '3.4', 'head' ]
10+
rails: [ '7.1', '7.2', '8.0', 'edge' ]
1111
rubyopt: [""]
1212
include:
1313
- ruby: '3.3'
@@ -17,6 +17,8 @@ jobs:
1717
- ruby: '3.1'
1818
rails: 'edge'
1919
rubyopt: ''
20+
- ruby: '3.1'
21+
rails: '8.0'
2022

2123
env:
2224
RAILS_VERSION: ${{ matrix.rails }}

0 commit comments

Comments
 (0)