summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-30 12:48:31 +0200
committerRemi Collet <remi@remirepo.net>2020-04-30 12:48:31 +0200
commit1d0a93b07e30140c5de2e7df72e0780b3077b1af (patch)
tree7064612d4d55687755f0143ce0535a723279a1a6 /wizard/index.php
parenteda40238c0b0164dce4d7e7fe7117ea2c529888f (diff)
Wizard: fix min available version
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index b00ebc34..ca99cc4d 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -26,10 +26,10 @@ $osvers = [
'Fedora 30' => '7.3',
];
$osmin = [
- 'RHEL 8' => '7.2',
+ 'RHEL 8' => '5.6',
'RHEL 7' => '5.4',
'RHEL 6' => '5.4',
- 'CentOS 8' => '7.2',
+ 'CentOS 8' => '5.6',
'CentOS 7' => '5.4',
'CentOS 6' => '5.4',
'Fedora 32' => '5.6',
@@ -82,7 +82,7 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.0' => '8.0.0-dev (2020-04-15 snapshot)',
+ '8.0' => '8.0.0-dev (2020-04-27 snapshot)',
':stable' => 'Stable versions - usage recommended',
'7.4' => '7.4.5 (active support until November 2021)',
'7.3' => '7.3.17 (active support until December 2020)',