Skip to content

Commit

Permalink
Check that Puppet modules support 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed May 18, 2021
1 parent 0c2325b commit 3cbb7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/puppet_version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'semantic_puppet'

describe 'Puppet module' do
VERSIONS = ['6.0.0'].map { |v| SemanticPuppet::Version.parse(v) }
VERSIONS = ['6.1.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 3cbb7bd

Please sign in to comment.