Skip to content

Commit 71127fa

Browse files
Add Windows 2025 to CI (#17133) (#17146)
This commit adds Windows 2025 to the Windows JDK matrix and exhaustive tests pipelines. (cherry picked from commit 4d52b72) Co-authored-by: Dimitrios Liappis <[email protected]>
1 parent 550f2f1 commit 71127fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/scripts/common/vm-images.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"amazonlinux": ["amazonlinux-2023"],
1010
"opensuse": ["opensuse-leap-15"]
1111
},
12-
"windows": ["windows-2022", "windows-2019", "windows-2016"]
12+
"windows": ["windows-2025", "windows-2022", "windows-2019", "windows-2016"]
1313
}

.buildkite/windows_jdk_matrix_pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ steps:
1515
multiple: true
1616
default: "${DEFAULT_MATRIX_OS}"
1717
options:
18+
- label: "Windows 2025"
19+
value: "windows-2025"
1820
- label: "Windows 2022"
1921
value: "windows-2022"
2022
- label: "Windows 2019"

0 commit comments

Comments
 (0)