Skip to content

Commit

Permalink
Merge pull request #10355 from koic/ci_against_ruby_3_1_on_windows
Browse files Browse the repository at this point in the history
CI against Ruby 3.1 on Windows
  • Loading branch information
koic committed Jan 11, 2022
2 parents c651461 + 1f2fc48 commit 37c97ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
# [ ubuntu, macos, windows ]
os: [ windows ]
ruby: [ '2.5', '2.6', '2.7', '3.0', 'head' ]
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'head' ]
include:
- { os: windows, ruby: mingw }
exclude:
Expand Down

0 comments on commit 37c97ac

Please sign in to comment.