summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-25 08:27:00 +0100
committerRemi Collet <remi@php.net>2023-01-25 08:27:00 +0100
commitef37da9bf99344d3af5b713975eb32d2de72da2b (patch)
treec916b3f7ea71282a164116d2b8bd0206c59048f5
parentc79cb523e07d94ceba4fce608f4ce4c7f7745ebf (diff)
Wizard: update point rel
-rw-r--r--wizard/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php
index fd853d47..7247ac4b 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -61,8 +61,8 @@ $osmax = [
];
$osname = [
':rhel' => 'Red Hat Enterprise Linux',
- 'RHEL 9' => 'RHEL 9.0',
- 'RHEL 8' => 'RHEL 8.6',
+ 'RHEL 9' => 'RHEL 9.1',
+ 'RHEL 8' => 'RHEL 8.7',
'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',