Skip to content

Commit

Permalink
Merge pull request #607 from mhashizume/maint/main/new_os_tests
Browse files Browse the repository at this point in the history
(maint) Adds cases for newly-supported OSes
  • Loading branch information
cthorn42 committed May 24, 2022
2 parents c6e33f9 + 040dc8f commit 3a22b68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions task_spec/spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ def target_platform

it 'works with version and install tasks' do
puppet_6_version = case target_platform
when %r{debian-11}
'6.24.0'
when %r{el-9}
'6.26.0'
when %r{fedora-30}
'6.19.1'
when %r{fedora-31}
'6.20.0'
when %r{fedora-34}
'6.23.0'
when %r{osx-10.14}
'6.18.0'
when %r{osx-10.15}
Expand Down

0 comments on commit 3a22b68

Please sign in to comment.