diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-09 09:00:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-09 09:00:37 +0100 |
commit | c204e8c50c9aa851c4bddaad4feae2b6b2ba4b67 (patch) | |
tree | fccd9f444ba073fc2ad9193957d295326c7c550a /wizard | |
parent | 5ac186830bc3bd8461e05f7500d0af020e71a2cf (diff) |
wizard: update versions
Diffstat (limited to 'wizard')
-rw-r--r-- | wizard/index.php | 6 |
1 files 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)', ]; |