diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-31 06:31:17 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-31 06:31:17 +0100 |
commit | bbc2ca42165aa8064962af668e6f27a77873ba67 (patch) | |
tree | 8c3d5c547bf97eaae757a852235ad4da145181c5 /wizard | |
parent | dbb52bcd95590a9e6b11938d09e0089bb10dc1b6 (diff) |
Wizard: fix minimal module version
Diffstat (limited to 'wizard')
-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 9f5110f4..cd5bb66e 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -39,10 +39,10 @@ $osmin = [ ]; $osminbase = [ 'RHEL 9' => '7.4', - 'RHEL 8' => '5.6', + 'RHEL 8' => '7.2', 'RHEL 7' => '5.4', 'CentOS 9' => '7.4', - 'CentOS 8' => '5.6', + 'CentOS 8' => '7.2', 'CentOS 7' => '5.4', 'Fedora 35' => '7.4', 'Fedora 34' => '7.4', |