Skip to content

Commit

Permalink
Add Fedora 37 & 38 to foss tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 16, 2023
1 parent 6f5fe9b commit fc66aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DESC
task :acceptance do
hosts = {
aio: %w[centos7 centos8 debian10 debian11],
foss: %w[debian10 debian11 debian12],
foss: %w[debian10 debian11 debian12 fedora37 fedora38],
}
default_hosts = hosts.map { |type, h| h.map { |host| "#{host}-64{type=#{type}}" }.join('-') }.join('-')
hosts = ENV['BEAKER_HOSTS'] || default_hosts
Expand Down

0 comments on commit fc66aaa

Please sign in to comment.