Skip to content

Commit

Permalink
Update
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 db4d2cb commit ef6caa9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
workflow_dispatch:

jobs:

acceptance:
strategy:
fail-fast: false
Expand All @@ -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:
Expand Down Expand Up @@ -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 }}

0 comments on commit ef6caa9

Please sign in to comment.