We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77eeab7 commit 4b66caeCopy full SHA for 4b66cae
.github/workflows/pe_latest_testing.yml
@@ -62,7 +62,8 @@ jobs:
62
strategy:
63
fail-fast: false
64
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
65
-
+ env:
66
+ PUPPET_GEM_VERSION: '~> 7.24'
67
steps:
68
- name: Checkout Source
69
uses: actions/checkout@v3
.github/workflows/pe_lts_testing.yml
@@ -63,7 +63,10 @@ jobs:
+
70
71
72
0 commit comments