From 3646a7143e0861496466fae6c2a7e6508f6cf1d8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 2 Dec 2021 18:32:30 +0200 Subject: [PATCH] Add msvc-14.0, msvc-14.3 --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16b457027a..503480f0fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,6 +146,10 @@ jobs: fail-fast: false matrix: include: + - toolset: msvc-14.0 + cxxstd: 14 + addrmd: 32,64 + os: windows-2019 - toolset: msvc-14.1 cxxstd: "14,17,latest" addrmd: 32,64 @@ -154,6 +158,10 @@ jobs: cxxstd: "14,17,latest" addrmd: 32,64 os: windows-2019 + - toolset: msvc-14.3 + cxxstd: "14,17,20,latest" + addrmd: 32,64 + os: windows-2022 - toolset: gcc cxxstd: "03,11,14,17,2a" addrmd: 64