1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[MSWin] Try VS2022

This commit is contained in:
Nobuyoshi Nakada 2021-12-04 19:56:01 +09:00
parent 71388f9d39
commit 32af1a3b5e
Notes: git 2022-02-20 20:40:26 +09:00

View file

@ -21,7 +21,7 @@ jobs:
matrix:
include:
- vs: 2019
# - vs: 2022
- vs: 2022
fail-fast: false
runs-on: windows-${{ matrix.vs < 2022 && '2019' || matrix.vs }}
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}