diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-17 16:22:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-17 16:22:26 +0200 |
commit | 047e7d2fd68768e69d787ff650eb85a3d2cc721d (patch) | |
tree | 5a91cfe75311c95331f545edaa22bb8aadf8bb6e | |
parent | 5df11693cb1ccc50efc5b2d2ba0125a09ff6b299 (diff) |
8.8
-rw-r--r-- | wizard/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |