We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edac102 commit 0dd0ee8Copy full SHA for 0dd0ee8
.github/workflows/ci.yml
@@ -55,12 +55,13 @@ jobs:
55
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
56
57
runs-on: ubuntu-latest
58
+ flags: "--latest-agent"
59
strategy:
60
fail-fast: false
61
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
62
63
env:
- PUPPET_GEM_VERSION: '~> 7.24'
64
+ PUPPET_GEM_VERSION: ${{ matrix.puppet_version }}
65
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'
66
67
steps:
0 commit comments