Skip to content

Commit

Permalink
Fixes #36345 - Drop Puppet 6 support
Browse files Browse the repository at this point in the history
Puppet 6 is end of life and more and more modules are dropping support.
Rather than pinning modules this takes the approach of dropping Puppet
6.
  • Loading branch information
ekohl authored and ehelms committed May 3, 2023
1 parent bb67be5 commit fe392fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/puppet_version_spec.rb
Expand Up @@ -2,7 +2,7 @@
require 'semantic_puppet'

describe 'Puppet module' do
VERSIONS = ['6.24.0', '7.0.0'].map { |v| SemanticPuppet::Version.parse(v) }
VERSIONS = ['7.0.0'].map { |v| SemanticPuppet::Version.parse(v) }

Dir.glob(File.join(__dir__, '../_build/modules/*/metadata.json')).each do |filename|
context File.basename(File.dirname(filename)) do
Expand Down

0 comments on commit fe392fd

Please sign in to comment.