Skip to content

Commit aa9748e

Browse files
committed
(gha) pin spec tests to use puppet 7.28.0 due to a 7.29.0 bug
See: puppetlabs/puppet#9268
1 parent 8862b57 commit aa9748e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ end
4040
gem 'facter', ENV['FACTER_GEM_VERSION'], require: false, groups: [:test]
4141
gem 'rake', require: false
4242

43-
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 7.24'
43+
# See: https://github.com/puppetlabs/puppet/issues/9268
44+
puppetversion = ENV['PUPPET_GEM_VERSION'] || '~> 7.28.0'
4445
gem 'puppet', puppetversion, require: false, groups: [:test]
4546

4647
gem 'librarian-puppet'

0 commit comments

Comments
 (0)