From 2494076ea2941f6385373efb7ddeaf13ba5e4645 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 30 Nov 2021 09:38:52 +0100 Subject: [PATCH] AppVeyor: Add Visual Studio 2022 to the build matrix Signed-off-by: Simon Rozman --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 7e30585a..248cba2a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 configuration: - Debug - Release