summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-03-03 07:00:44 +0100
committerRemi Collet <remi@php.net>2022-03-03 07:00:44 +0100
commit22cf92a4305360619d6879b3239fd59cb296c245 (patch)
treec4dd9f10b8cbc0d69997730775914f1f26849c3f /wizard/index.php
parent9870e81237d0022885f3616ece475b76b4a3f6fc (diff)
wizard: fix version
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 8ca365ac..a746dc19 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -62,7 +62,7 @@ $osmax = [
$osname = [
':rhel' => 'Red Hat Enterprise Linux',
'RHEL 9' => 'RHEL 9.0 Beta (Development version)',
- 'RHEL 8' => 'RHEL 8.4',
+ 'RHEL 8' => 'RHEL 8.5',
'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)',