Skip to content

Commit 5ab96e5

Browse files
authored
Merge pull request #753 from shubhamshinde360/PA-6619
(PA-6619) Add Fedora 41 (x86_64) support in task acceptance tests
2 parents d12b00c + bf419cc commit 5ab96e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ def log_output_errors(result)
4242
# release of puppet-agent includes support for these platforms, they can be removed from this method and added to
4343
# the logic that determines the puppet_7_version variable below.
4444
def latest_platform_list
45-
%r{osx-15-arm64}
45+
%r{
46+
osx-15-arm64|
47+
fedora-41
48+
}x
4649
end
4750

4851
it 'works with version and install tasks' do

0 commit comments

Comments
 (0)