Skip to content

Commit 7a4e596

Browse files
committed
(maint) - Update puppet 8 gem version
1 parent 4c5280e commit 7a4e596

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
@@ -21,7 +21,7 @@ jobs:
2121
- ruby-version: '2.7'
2222
puppet_gem_version: '~> 7.0'
2323
- ruby_version: '3.2'
24-
puppet_gem_version: 'https://github.com/puppetlabs/puppet' # puppet8'
24+
puppet_gem_version: '~> 8.0'
2525
runs_on:
2626
- "ubuntu-latest"
2727
- "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)