From 7f5bb49c1e1488d61551f05db747c5d416f58fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Wed, 9 Jul 2025 12:15:13 -1000 Subject: [PATCH] CI: Update Acceptance tests from 2022->2025 > facter/.github/actions/presuite.rb:40:in `platform_with_options': undefined method `include?' for nil:NilClass (NoMethodError) > return "\"#{platform}{hypervisor=none,hostname=localhost,is_cygwin=false}\"" if platform.include? 'windows' Signed-off-by: Tim Meusel --- .github/actions/presuite.rb | 1 + .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/presuite.rb b/.github/actions/presuite.rb index 569331ff0..2d995fbbb 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/ci.yaml b/.github/workflows/ci.yaml index 16977f6f4..56a0d633e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: strategy: matrix: os: - - windows-2022 + - windows-2025 - ubuntu-22.04 - ubuntu-24.04 fail-fast: false