Skip to content

Commit

Permalink
Merge pull request #415 from petergoldstein/feature/add_ruby_3_1_to_ci
Browse files Browse the repository at this point in the history
Add Ruby 3.1 to the CI matrix
  • Loading branch information
hsbt committed Mar 25, 2022
2 parents b6fcc27 + 3bfd4af commit 015286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
exclude:
- os: windows-latest
ruby: truffleruby
Expand Down

0 comments on commit 015286d

Please sign in to comment.