Skip to content

Commit

Permalink
Merge pull request #753 from shubhamshinde360/PA-6619
Browse files Browse the repository at this point in the history
(PA-6619) Add Fedora 41 (x86_64) support in task acceptance tests
  • Loading branch information
joshcooper authored Feb 7, 2025
2 parents d12b00c + bf419cc commit 5ab96e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion task_spec/spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ def log_output_errors(result)
# release of puppet-agent includes support for these platforms, they can be removed from this method and added to
# the logic that determines the puppet_7_version variable below.
def latest_platform_list
%r{osx-15-arm64}
%r{
osx-15-arm64|
fedora-41
}x
end

it 'works with version and install tasks' do
Expand Down

0 comments on commit 5ab96e5

Please sign in to comment.