Skip to content

Commit

Permalink
Use almalinux 8 instead of CentOS Stream 8 for tests
Browse files Browse the repository at this point in the history
CentOS Stream 8 is EOL now, the repos are taken down.
  • Loading branch information
dralley committed Jun 9, 2024
1 parent 1cb8496 commit 20cf5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mod pgp {
("fedora:40", &rpm_sig_check),
("fedora:40", &dnf_cmd),
("centos:stream9", &dnf_cmd),
("centos:stream8", &dnf_cmd),
("almalinux:8", &dnf_cmd),
]
.iter()
.try_for_each(|(image, cmd)| {
Expand Down

0 comments on commit 20cf5a2

Please sign in to comment.