Skip to content

Commit ad42d55

Browse files
committed
Test with new ruby and rails versions
1 parent 4f8be37 commit ad42d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 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'

0 commit comments

Comments
 (0)