From 047e7d2fd68768e69d787ff650eb85a3d2cc721d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 May 2023 16:22:26 +0200 Subject: 8.8 --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/index.php b/wizard/index.php index 17cb49d3..a85ee2ad 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -62,7 +62,7 @@ $osmax = [ $osname = [ ':rhel' => 'Red Hat Enterprise Linux', 'RHEL 9' => 'RHEL 9.2', - 'RHEL 8' => 'RHEL 8.7', + 'RHEL 8' => 'RHEL 8.8', 'RHEL 7' => 'RHEL 7.9 (maintained until June 2024)', ':centos' => 'CentOS Stream, CentOS Linux, Alma Linux, Rocky Linux and other clones', 'CentOS 9' => 'EL 9', -- cgit