From d0dfa5c68b0559a433dcef82410b30d2167c9aa4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Oct 2016 12:20:18 +0200 Subject: Wizard: update versions --- wizard/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wizard/index.php') 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)', ]; -- cgit