Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/unit_tests_with_released_puppet_gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
unit_tests_with_released_puppet_gem:
name: Puppet${{ matrix.puppet_version }} gem on Ruby ${{ matrix.ruby }} on ${{ matrix.os_type }}
strategy:
# As we upgrade modules to the latest pdk, we will run
# into failures with puppet 7; this ensures that all the
# puppet 8 cells will complete even as the puppet 7 cells
# fail.
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-2022']
puppet_version: ['7', '8']
Expand Down