diff options
author | Remi Collet <remi@remirepo.net> | 2022-05-17 15:10:14 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-05-17 15:10:14 +0200 |
commit | 42b196c75954c27cfb24520708b6258f6359aed2 (patch) | |
tree | 9323f201e4a16b099e60295bfad1669c4612fabc | |
parent | 018ed4c7b2ee3b00fc8ab4cf534451ed052c5ccc (diff) |
refresh EL ver
-rw-r--r-- | wizard/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index 661eab18..aa113b21 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -62,10 +62,10 @@ $osmax = [ $osname = [ ':rhel' => 'Red Hat Enterprise Linux', 'RHEL 9' => 'RHEL 9.0', - 'RHEL 8' => 'RHEL 8.5', + 'RHEL 8' => 'RHEL 8.6', '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 (Development version)', + 'CentOS 9' => 'EL 9', 'CentOS 8' => 'EL 8', 'CentOS 7' => 'EL 7 (maintained until June 2024)', ':fedora' => 'Fedora Linux', |