Skip to content

Commit 4b66cae

Browse files
committed
syncing from "puppetlabs/support_workflows"
1 parent 77eeab7 commit 4b66cae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pe_latest_testing.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
65-
65+
env:
66+
PUPPET_GEM_VERSION: '~> 7.24'
6667
steps:
6768
- name: Checkout Source
6869
uses: actions/checkout@v3

.github/workflows/pe_lts_testing.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ jobs:
6363
strategy:
6464
fail-fast: false
6565
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}
66-
66+
67+
env:
68+
PUPPET_GEM_VERSION: '~> 7.24'
69+
6770
steps:
6871
- name: Checkout Source
6972
uses: actions/checkout@v3

0 commit comments

Comments
 (0)