From df98ecd04ef361388ef000d916b58a28ebf40a4b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 24 May 2025 14:44:21 +0200 Subject: [PATCH] Add Windows 2025 to CI --- .github/actions/presuite.rb | 1 + .github/workflows/acceptance_tests.yml | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/actions/presuite.rb b/.github/actions/presuite.rb index be98c8f89..2c9b39408 100644 --- a/.github/actions/presuite.rb +++ b/.github/actions/presuite.rb @@ -33,6 +33,7 @@ def beaker_platform 'windows-2016' => 'windows2016-64a', 'windows-2019' => 'windows2019-64a', 'windows-2022' => 'windows2022-64a', + 'windows-2025' => 'windows2025-64a', }[HOST_PLATFORM] end diff --git a/.github/workflows/acceptance_tests.yml b/.github/workflows/acceptance_tests.yml index 03004bb07..1ac397d25 100644 --- a/.github/workflows/acceptance_tests.yml +++ b/.github/workflows/acceptance_tests.yml @@ -19,11 +19,12 @@ jobs: strategy: matrix: os: - - windows-2019 - - windows-2022 - - ubuntu-22.04 - - ubuntu-24.04 - - macos-13 + - windows-2019 + - windows-2022 + - windows-2025 + - ubuntu-22.04 + - ubuntu-24.04 + - macos-13 - macos-14 - macos-15 fail-fast: false