diff --git a/Rakefile b/Rakefile index cd8d4fd..df56586 100644 --- a/Rakefile +++ b/Rakefile @@ -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