Skip to content

Commit 7f19dc6

Browse files
committed
Test with Ruby 3.2 rc
1 parent 8db7932 commit 7f19dc6

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
@@ -52,13 +52,15 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
ruby:
55+
- '3.2'
5556
- '3.1'
5657
- '3.0'
5758
- '2.7'
59+
- 'head'
5860
rails:
59-
- rails_6.0.6
60-
- rails_6.1.7
6161
- rails_7.0.4
62+
- rails_6.1.7
63+
- rails_6.0.6
6264
adapter:
6365
- sqlite3
6466
- postgresql

0 commit comments

Comments
 (0)