From c204e8c50c9aa851c4bddaad4feae2b6b2ba4b67 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Nov 2016 09:00:37 +0100 Subject: wizard: update versions --- wizard/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wizard/index.php b/wizard/index.php index d6887d57..397acf9f 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -55,9 +55,9 @@ $phpvers = [ '5.4' => 'remi', ]; $phpname = [ - '7.1' => '7.1.0RC4 (for testing, not ready for production)', - '7.0' => '7.0.12 (active support until Dec 2017)', - '5.6' => '5.6.27 (active support until Dec 2016)', + '7.1' => '7.1.0RC6 (for testing, not ready for production)', + '7.0' => '7.0.13 (active support until Dec 2017)', + '5.6' => '5.6.28 (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