Skip to content

Commit 146aee1

Browse files
committed
Add Windows 2025 to CI
1 parent d969be8 commit 146aee1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/actions/presuite.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def beaker_platform
3131
'windows-2016' => 'windows2016-64a',
3232
'windows-2019' => 'windows2019-64a',
3333
'windows-2022' => 'windows2022-64a',
34+
'windows-2025' => 'windows2025-64a',
3435
}[HOST_PLATFORM]
3536
end
3637

.github/workflows/acceptance_tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ jobs:
1818
name: Platform
1919
strategy:
2020
matrix:
21-
os: [ windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04, macos-13 ]
21+
os:
22+
- windows-2019
23+
- windows-2022
24+
- windows-2025
25+
- ubuntu-22.04
26+
- ubuntu-24.04
27+
- macos-13
2228
fail-fast: false
2329
runs-on: ${{ matrix.os }}
2430
env:

0 commit comments

Comments
 (0)