Skip to content

Commit c124dbb

Browse files
Add Ruby 3.1 to the CI matrix
1 parent d7f4364 commit c124dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
ruby-version: ['2.7', '3.0']
31+
ruby-version: ['2.7', '3.0', '3.1']
3232

3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)