diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-03 07:00:44 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-03 07:00:44 +0100 |
commit | 22cf92a4305360619d6879b3239fd59cb296c245 (patch) | |
tree | c4dd9f10b8cbc0d69997730775914f1f26849c3f | |
parent | 9870e81237d0022885f3616ece475b76b4a3f6fc (diff) |
wizard: fix version
-rw-r--r-- | mashinfo.el9 | 1 | ||||
-rw-r--r-- | wizard/index.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mashinfo.el9 b/mashinfo.el9 index 36219c2a..563ea9ed 100644 --- a/mashinfo.el9 +++ b/mashinfo.el9 @@ -47,6 +47,7 @@ libyaz libyaz-devel # prefixed libraries remi-libmemcached-awesome +remi-libzip oniguruma5php libicu69 HdrHistogram_c6php-libs 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)', |