From f640d05a4f26d7107996472b83fbec30063f0ba9 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 5 Dec 2024 19:15:28 +0100 Subject: [PATCH] update test-packages.sh --- test/test-packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test-packages.sh b/test/test-packages.sh index 72a118c..f38f4ee 100755 --- a/test/test-packages.sh +++ b/test/test-packages.sh @@ -15,6 +15,7 @@ declare -A os_identifiers=( [centos7]='centos' [centos8]='centos' [rockylinux9]='rockylinux' + [rockylinux8]='rockylinux' [rhel7]='redhat' [rhel8]='redhat' [rhel9]='redhat' @@ -43,6 +44,7 @@ declare -A versions=( [centos7]='7' [centos8]='8' [rockylinux9]='9' + [rockylinux8]='8' [rhel7]='7' [rhel8]='8' [rhel9]='9'