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'