Skip to content

Commit f3008c6

Browse files
committed
Ruby 3.1 is out \o/
1 parent d28ceed commit f3008c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
ruby:
49+
- '3.1'
4950
- '3.0'
5051
- '2.7'
5152
- '2.6'
@@ -64,6 +65,8 @@ jobs:
6465
rails: rails_7.0.1
6566
- ruby: '3.0'
6667
rails: rails_5.2.6
68+
- ruby: '3.1'
69+
rails: rails_5.2.6
6770

6871
steps:
6972
- name: Checkout

0 commit comments

Comments
 (0)