Skip to content

Commit 9cc4afe

Browse files
Add Ruby 3.1 to CI
1 parent 5b37a20 commit 9cc4afe

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)