Add Windows 2025 to CI (#17133)

This commit adds Windows 2025 to the Windows JDK matrix and exhaustive tests pipelines.
This commit is contained in:
Dimitrios Liappis 2025-02-24 15:29:35 +02:00 committed by GitHub
parent 227c0d8150
commit 4d52b7258d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -9,5 +9,5 @@
"amazonlinux": ["amazonlinux-2023"],
"opensuse": ["opensuse-leap-15"]
},
"windows": ["windows-2022", "windows-2019", "windows-2016"]
"windows": ["windows-2025", "windows-2022", "windows-2019", "windows-2016"]
}

View file

@ -15,6 +15,8 @@ steps:
multiple: true
default: "${DEFAULT_MATRIX_OS}"
options:
- label: "Windows 2025"
value: "windows-2025"
- label: "Windows 2022"
value: "windows-2022"
- label: "Windows 2019"