We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4803e commit df98ecdCopy full SHA for df98ecd
.github/actions/presuite.rb
@@ -33,6 +33,7 @@ def beaker_platform
33
'windows-2016' => 'windows2016-64a',
34
'windows-2019' => 'windows2019-64a',
35
'windows-2022' => 'windows2022-64a',
36
+ 'windows-2025' => 'windows2025-64a',
37
}[HOST_PLATFORM]
38
end
39
.github/workflows/acceptance_tests.yml
@@ -19,11 +19,12 @@ jobs:
19
strategy:
20
matrix:
21
os:
22
- - windows-2019
23
- - windows-2022
24
- - ubuntu-22.04
25
- - ubuntu-24.04
26
- - macos-13
+ - windows-2019
+ - windows-2022
+ - windows-2025
+ - ubuntu-22.04
+ - ubuntu-24.04
27
+ - macos-13
28
- macos-14
29
- macos-15
30
fail-fast: false
0 commit comments