summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 32ecaf19..a2de71f4 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -25,7 +25,6 @@ $osvers = [
'Fedora 24' => '5.6',
'Fedora 23' => '5.6',
'Fedora 22' => '5.6',
- 'Fedora 21' => '5.6',
];
$types = [
'base' => 'Single version',
@@ -40,8 +39,8 @@ $phpvers = [
];
$phpname = [
'7.1' => '7.1.0RC3 (for testing, not ready for production)',
- '7.0' => '7.0.11 (active support until Dec 2017)',
- '5.6' => '5.6.26 (active support until Dec 2016)',
+ '7.0' => '7.0.12 (active support until Dec 2017)',
+ '5.6' => '5.6.27 (active support until Dec 2016)',
'5.5' => '5.5.38 (no upstream support since July 2016)',
'5.4' => '5.4.45 (no upstream support since Sept 2015)',
];