mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 04:15:23 -04:00
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:
parent
227c0d8150
commit
4d52b7258d
2 changed files with 3 additions and 1 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue