summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-17 16:29:37 +0200
committerRemi Collet <remi@php.net>2022-08-17 16:29:37 +0200
commit13d7a4deeb6bfce7fa386b6bfe37b721a4825edb (patch)
treebc9efa2fab5d4e8c31a460af0bc557da0c6f0d9b /wizard
parentac0438f70157885ded48bdf2929f8b80a0d6c897 (diff)
F34 is closed, F37 is open
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 65e432e1..960651a4 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -22,9 +22,9 @@ $osvers = [
'CentOS 9' => ['8.0'],
'CentOS 8' => ['7.4', '8.0'],
'CentOS 7' => '5.4',
+ 'Fedora 37' => '8.1',
'Fedora 36' => '8.1',
'Fedora 35' => '8.0',
- 'Fedora 34' => '7.4',
];
$osmin = [
'RHEL 9' => '7.4',
@@ -33,9 +33,9 @@ $osmin = [
'CentOS 9' => '7.4',
'CentOS 8' => '5.6',
'CentOS 7' => '5.4',
+ 'Fedora 37' => '7.4',
'Fedora 36' => '7.4',
'Fedora 35' => '5.6',
- 'Fedora 34' => '5.6',
];
$osminbase = [
'RHEL 9' => '7.4',
@@ -44,9 +44,9 @@ $osminbase = [
'CentOS 9' => '7.4',
'CentOS 8' => '7.2',
'CentOS 7' => '5.4',
+ 'Fedora 37' => '7.4',
'Fedora 36' => '7.4',
'Fedora 35' => '7.4',
- 'Fedora 34' => '7.4',
];
$osmax = [
'RHEL 9' => '8.2',
@@ -55,9 +55,9 @@ $osmax = [
'CentOS 9' => '8.2',
'CentOS 8' => '8.2',
'CentOS 7' => '8.2',
+ 'Fedora 37' => '8.2',
'Fedora 36' => '8.2',
'Fedora 35' => '8.2',
- 'Fedora 34' => '8.1',
];
$osname = [
':rhel' => 'Red Hat Enterprise Linux',
@@ -69,10 +69,10 @@ $osname = [
'CentOS 8' => 'EL 8',
'CentOS 7' => 'EL 7 (maintained until June 2024)',
':fedora' => 'Fedora Linux',
+ 'Fedora 37' => 'Fedora 37 (development version)',
'Fedora 36' => 'Fedora 36',
'Fedora 35' => 'Fedora 35',
- 'Fedora 34' => 'Fedora 34 (End of life since June 2022)',
-// 'Fedora 33' => 'Fedora 33 (End of life since November 2022)',
+// 'Fedora 34' => 'Fedora 34 (End of life since June 2022)',
];
$types = [
'base' => 'Default / Single version (simplest way)',