We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c471292 commit 32308eeCopy full SHA for 32308ee
task_spec/spec/acceptance/init_spec.rb
@@ -64,14 +64,16 @@ def log_output_errors(result)
64
'6.27.1'
65
when %r{osx-12-arm}, %r{ubuntu-22.04}
66
'6.28.0'
67
+ when %r{fedora-36}
68
+ 'latest'
69
else
70
'6.17.0'
71
end
72
73
# platforms that only have nightly builds available. Once a platform
74
# is released, it should be removed from this list.
75
case target_platform
- when false
76
77
puppet_6_collection = 'puppet6-nightly'
78
puppet_7_collection = 'puppet7-nightly'
79
@@ -87,6 +89,8 @@ def log_output_errors(result)
87
89
false
88
90
when %r{ubuntu-22.04}
91
92
93
+ false
94
95
true
96
0 commit comments