summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-30 07:50:50 +0100
committerRemi Collet <remi@php.net>2021-11-30 07:50:50 +0100
commit7f3bd55014dec0c8d1ba4dfb4cfb96590efade80 (patch)
tree00da63a046a4f1357e4c3eb91e0343ba7bec3099 /wizard
parent02ac3c46471086e015a27cfc4e0a83aaf7920630 (diff)
F33 is EOL
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 8e75acca..fe100173 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -8,7 +8,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<?php
-define('FC_EOL', 32);
+define('FC_EOL', 33);
define('FC_DEV', 36);
define('EL_EOL', 6);
define('EL_DEV', 9);
@@ -59,8 +59,7 @@ $osname = [
':fedora' => 'Fedora Linux',
'Fedora 35' => 'Fedora 35',
'Fedora 34' => 'Fedora 34',
- 'Fedora 33' => 'Fedora 33',
-// 'Fedora 32' => 'Fedora 32 (End of life since May 2021)',
+ 'Fedora 33' => 'Fedora 33 (End of life since November 2022)',
];
$types = [
'base' => 'Default / Single version (simplest way)',