test/cross-distro.sh: move el9 test build to 9.6

RHEL-9.5 is EOL and we no longer ship repositories for it. Let's move
the el9 test build to RHEL-9.6.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-07-12 14:35:41 +02:00 committed by Achilleas Koutsou
parent f7c89a93fe
commit 17380c7aca

View file

@ -341,8 +341,8 @@ case $ID in
10)
# There are no new RHEL-8 releases, so just use the distro alias
test_cross_build_distro "rhel-8"
# Test building RHEL 9.5, which is the latest RHEL-9 minor version that is GA at this time
test_cross_build_distro "rhel-9.5"
# Test building RHEL 9.6, which is the latest RHEL-9 minor version that is GA at this time
test_cross_build_distro "rhel-9.6"
;;
*)
greenprint "INFO not testing actual cross-distro image build on $ID-$VERSION_ID"