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 a96372300..a4dd4a923 100644 --- a/.github/workflows/acceptance_tests.yml +++ b/.github/workflows/acceptance_tests.yml @@ -19,8 +19,8 @@ jobs: strategy: matrix: os: - - windows-2019 - windows-2022 + - windows-2025 - ubuntu-22.04 - ubuntu-24.04 - macos-13 diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index eb59861ec..c1f6fc155 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -27,8 +27,8 @@ jobs: - {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3 - {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'} - {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'} - - {os: windows-2019, ruby: '2.7'} - - {os: windows-2019, ruby: '3.2'} # with openssl 3 + - {os: windows-2025, ruby: '2.7'} + - {os: windows-2025, ruby: '3.2'} # with openssl 3 runs-on: ${{ matrix.cfg.os }} env: BUNDLE_SET: 'with integration'