From 1f2fc483b9a149ccbc23c9c7577b265587ed454b Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 11 Jan 2022 19:25:32 +0900 Subject: [PATCH] CI against Ruby 3.1 on Windows https://github.com/ruby/setup-ruby/pull/253 has been merged and follow up to https://github.com/rubocop/rubocop/pull/10327#issuecomment-1003868439. --- .github/workflows/rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index e1430f0fa06..31d6a1a8360 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -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: