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 af79f68 commit 7c0b39eCopy full SHA for 7c0b39e
.github/workflows/integration_test.yml
@@ -52,9 +52,9 @@ jobs:
52
fail-fast: false
53
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
54
55
- env:
56
- PUPPET_GEM_VERSION: '~> 7.24'
57
- FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
+ # env:
+ # PUPPET_GEM_VERSION: '~> 7.24'
+ # FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main' # why is this set?
58
59
steps:
60
0 commit comments