Skip to content

Commit df98ecd

Browse files
committed
Add Windows 2025 to CI
1 parent df4803e commit df98ecd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/actions/presuite.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def beaker_platform
3333
'windows-2016' => 'windows2016-64a',
3434
'windows-2019' => 'windows2019-64a',
3535
'windows-2022' => 'windows2022-64a',
36+
'windows-2025' => 'windows2025-64a',
3637
}[HOST_PLATFORM]
3738
end
3839

.github/workflows/acceptance_tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
strategy:
2020
matrix:
2121
os:
22-
 - windows-2019
23-
 - windows-2022
24-
 - ubuntu-22.04
25-
 - ubuntu-24.04
26-
 - macos-13
22+
- windows-2019
23+
- windows-2022
24+
- windows-2025
25+
- ubuntu-22.04
26+
- ubuntu-24.04
27+
- macos-13
2728
- macos-14
2829
- macos-15
2930
fail-fast: false

0 commit comments

Comments
 (0)