Skip to content

Commit

Permalink
raise minimum version for upgrades to 7.10.0 to avoid issues with facter
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Mar 21, 2024
1 parent 285e62f commit 8254828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/puppetserver_upgrade_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from_version = '8.2.0'
to_version = '8.3.0'
when 'puppet7'
from_version = '7.6.0'
from_version = '7.10.0'
to_version = '7.13.0'
else
raise 'Unsupported Puppet collection'
Expand Down

0 comments on commit 8254828

Please sign in to comment.