Skip to content

Commit

Permalink
Merge pull request #1424 from mishina2228/ci-ruby31
Browse files Browse the repository at this point in the history
Add Ruby 3.1 to CI matrix
  • Loading branch information
lsegal committed Jun 1, 2022
2 parents 75b2437 + 19102bb commit 7101463
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 @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
# 3.0 is interpreted as 3
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0"]
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1]
exclude:
- { os: windows-2019 , ruby: 2.2 }
- { os: windows-2019 , ruby: 2.3 }
Expand Down

0 comments on commit 7101463

Please sign in to comment.