Skip to content

Commit

Permalink
Merge pull request #50 from bastelfreak/centos
Browse files Browse the repository at this point in the history
CI: Run tests for CentOS9/Debian11/Debian12
  • Loading branch information
bastelfreak authored Sep 3, 2024
2 parents 91e249a + 35ca310 commit 844233c
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 @@ -34,7 +34,7 @@ desc <<~DESC
DESC
task :acceptance do
hosts = {
aio: %w[centos7 centos8 debian10 debian11],
aio: %w[centos9 debian11 debian12],
foss: %w[debian10 debian11 debian12 fedora37 fedora38],
}
default_hosts = hosts.map { |type, h| h.map { |host| "#{host}-64{type=#{type}}" }.join('-') }.join('-')
Expand Down

0 comments on commit 844233c

Please sign in to comment.