Skip to content

Commit

Permalink
Disable the windows 2019 ruby 3.2 acceptance test
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Oct 23, 2024
1 parent 302c910 commit 6ff8a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- 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:
Expand Down

0 comments on commit 6ff8a18

Please sign in to comment.