Skip to content

Commit

Permalink
Merge pull request #103 from davishmcclurg/ruby-3.1
Browse files Browse the repository at this point in the history
Test Ruby 3.1
  • Loading branch information
davishmcclurg committed Apr 1, 2022
2 parents d1cf43c + c56f4d6 commit b9068a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, head, jruby, jruby-head, truffleruby, truffleruby-head]
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, 3.1, head, jruby, jruby-head, truffleruby, truffleruby-head]
exclude:
- os: windows-latest
ruby: jruby
Expand Down

0 comments on commit b9068a6

Please sign in to comment.