summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-15 12:20:18 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-15 12:20:18 +0200
commitd0dfa5c68b0559a433dcef82410b30d2167c9aa4 (patch)
tree08026b07c6ed2a3f73768c13aa3ab77c7565b5e7 /wizard
parent555980692886a3ee50df95459fd24533b7e8d9fe (diff)
Wizard: update versions
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 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)',
];