Skip to content

Commit cf3a8ae

Browse files
authored
Merge pull request #930 from petergoldstein/feature/add_ruby_3_1_to_ci
Add Ruby 3.1 to CI
2 parents 5b37a20 + 9cc4afe commit cf3a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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.4, 2.5, 2.6, 2.7, 3.0, jruby, jruby-head]
11+
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1, jruby, jruby-head]
1212
experimental: [false]
1313

1414
env:

0 commit comments

Comments
 (0)