Skip to content

Commit 015286d

Browse files
authored
Merge pull request #415 from petergoldstein/feature/add_ruby_3_1_to_ci
Add Ruby 3.1 to the CI matrix
2 parents b6fcc27 + 3bfd4af commit 015286d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
11-
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
11+
ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
1212
exclude:
1313
- os: windows-latest
1414
ruby: truffleruby

0 commit comments

Comments
 (0)