Skip to content

Commit

Permalink
Bump Fedora version used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed May 10, 2024
1 parent 1d968bc commit 6c706f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mod pgp {
let rpm_sig_check = format!("rpm -vv --checksig {} 2>&1;", path.as_ref().display());
// TODO: check signatures on all distros?
[
("fedora:38", &rpm_sig_check),
("fedora:38", &dnf_cmd),
("fedora:40", &rpm_sig_check),
("fedora:40", &dnf_cmd),
("centos:stream9", &dnf_cmd),
("centos:stream8", &dnf_cmd),
]
Expand Down

0 comments on commit 6c706f5

Please sign in to comment.