diff options
-rw-r--r-- | wizard/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index b49e1926..5be63c29 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -56,8 +56,8 @@ $phpvers = [ ]; $phpname = [ '7.1' => '7.1.0 (active support until Dec 2018)', - '7.0' => '7.0.13 (active support until Dec 2017)', - '5.6' => '5.6.28 (active support until Dec 2016)', + '7.0' => '7.0.14 (active support until Dec 2017)', + '5.6' => '5.6.29 (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)', ]; |