Skip to content

Commit 54f0e4b

Browse files
committed
(CONT-807) Adding puppet_version input to spec and acceptance jobs in ci and nightly workflows
1 parent 564fba8 commit 54f0e4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- ruby_version: '2.7'
2323
puppet_gem_version: '~> 7.0'
2424
- ruby_version: '3.2'
25-
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppe t8
25+
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8
2626
name: "spec (ruby ${{ matrix.ruby_version }} | puppet ${{ matrix.puppet_gem_version }})"
2727
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
2828
secrets: "inherit"
@@ -43,3 +43,4 @@ jobs:
4343
secrets: "inherit"
4444
with:
4545
ruby_version: ${{ matrix.ruby_version }}
46+
puppet_version: ${{ matrix.puppet_version }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ jobs:
3939
secrets: "inherit"
4040
with:
4141
ruby_version: ${{ matrix.ruby_version }}
42+
puppet_gem_version: ${{ matrix.puppet_gem_version }}

0 commit comments

Comments
 (0)