Skip to content

Commit dd67eb2

Browse files
committed
(maint) - Specify puppet 8 gem explicity
1 parent c56bb2b commit dd67eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- ruby-version: '2.7'
1919
puppet_gem_version: '~> 7.0'
2020
- ruby_version: '3.2'
21-
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8'
21+
puppet_gem_version: '~> 8.0'
2222
runs_on:
2323
- "ubuntu-latest"
2424
- "windows-latest"

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ruby-version: '2.7'
1818
puppet_gem_version: '~> 7.0'
1919
- ruby_version: '3.2'
20-
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8'
20+
puppet_gem_version: '~> 8.0'
2121
runs_on:
2222
- "ubuntu-latest"
2323
- "windows-latest"

0 commit comments

Comments
 (0)