1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-29 04:03:51 +00:00

Add VS 2025 CI jobs

This commit is contained in:
Chris Thrasher 2025-04-27 09:55:44 -06:00
parent cecb02e68f
commit dde8220613
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [windows-2019, windows-2022] os: [windows-2019, windows-2022, windows-2025]
platform: [Win32, x64] platform: [Win32, x64]
build_type: [Debug, Release] build_type: [Debug, Release]
std: [14, 17] std: [14, 17]