Skip to content

Commit 42267a2

Browse files
Add Ruby 3 support
1 parent 31eb8c2 commit 42267a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [ '2.7' ]
11+
ruby: [ '2.7', '3.0' ]
1212
rails: [ '5.2', '6.0', '6.1' ]
1313
env:
1414
BUNDLE_GEMFILE: gemfiles/rails-${{ matrix.rails }}.gemfile

0 commit comments

Comments
 (0)