Skip to content

Commit

Permalink
CI against Ruby 3.2 on Windows
Browse files Browse the repository at this point in the history
ruby/setup-ruby#435 has been merged.
  • Loading branch information
koic committed Jan 1, 2023
1 parent 33bf9a0 commit ac9e723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
# [ubuntu, macos, windows]
os: [windows]
ruby: ['2.6', '2.7', '3.0', '3.1', 'head']
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', 'head']
include:
- os: windows
ruby: mingw
Expand Down

0 comments on commit ac9e723

Please sign in to comment.