From ef6caa9cf725cb395797f63e465764bd9251114e Mon Sep 17 00:00:00 2001 From: Gavin Didrichsen Date: Wed, 23 Oct 2024 15:05:35 +0100 Subject: [PATCH] Update Signed-off-by: Gavin Didrichsen --- .github/workflows/nightly.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1d92b2c56..1f89f33bc 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -6,7 +6,6 @@ on: workflow_dispatch: jobs: - acceptance: strategy: fail-fast: false @@ -17,13 +16,15 @@ jobs: ruby_version: - "2.7" - "3.2" + exclude: + - os: "windows-2019" + ruby_version: "3.2" include: - puppet_gem_version: "~> 7.0" ruby_version: "2.7" - puppet_gem_version: "~> 8.0" ruby_version: "3.2" name: "acceptance (ruby ${{ matrix.ruby_version }} | ${{ matrix.os }})" - if: "! (matrix.ruby_version == '3.2' && matrix.os == 'windows-2019')" uses: "puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main" secrets: "inherit" with: @@ -53,4 +54,4 @@ jobs: SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repository: ${{ github.repository }} - run_id: ${{ github.run_id }} + run_id: ${{ github.run_id }} \ No newline at end of file