Skip to content

Commit 3a22b68

Browse files
author
cthorn42
authored
Merge pull request #607 from mhashizume/maint/main/new_os_tests
(maint) Adds cases for newly-supported OSes
2 parents c6e33f9 + 040dc8f commit 3a22b68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,16 @@ def target_platform
3434

3535
it 'works with version and install tasks' do
3636
puppet_6_version = case target_platform
37+
when %r{debian-11}
38+
'6.24.0'
39+
when %r{el-9}
40+
'6.26.0'
3741
when %r{fedora-30}
3842
'6.19.1'
3943
when %r{fedora-31}
4044
'6.20.0'
45+
when %r{fedora-34}
46+
'6.23.0'
4147
when %r{osx-10.14}
4248
'6.18.0'
4349
when %r{osx-10.15}

0 commit comments

Comments
 (0)