diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-02 09:24:40 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-02 09:24:40 +0100 |
commit | 95aa1f29a8ccf8d3be7bbf126da9e47564b6f78b (patch) | |
tree | 4771f02d2347d65e1b9197c681f96dd51f83eccc | |
parent | 549367e91288f9c1f3d8149417afdec456b3462e (diff) |
Wizard: bump RHEL versions
-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 9efa60c8..87505c53 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -62,8 +62,8 @@ $osmax = [ ]; $osname = [ ':rhel' => 'Red Hat Enterprise Linux', - 'RHEL 9' => 'RHEL 9.2', - 'RHEL 8' => 'RHEL 8.8', + 'RHEL 9' => 'RHEL 9.3', + 'RHEL 8' => 'RHEL 8.9', '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', |