enos(rhel): remove references to 9.4 (#30407)

Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
Ryan Cragun 2025-04-25 18:08:04 -06:00 committed by GitHub
parent 7b710fbe93
commit debca85240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ locals {
}
"rhel" = {
"8.10" = "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
"9.4" = "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm"
"9.5" = "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm"
}
}
}

View File

@ -44,7 +44,7 @@ locals {
}
rhel = {
"8.10" = ["softhsm", "opensc"]
"9.4" = ["softhsm", "opensc"]
"9.5" = ["softhsm", "opensc"]
}
ubuntu = {
"20.04" = ["softhsm", "opensc"]