From d6448f6c0896b9f339f0ba08d8cc9e0b06c4c33a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jul 2018 20:22:25 +0200 Subject: Wizard: update versions --- wizard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/index.php b/wizard/index.php index 46681294..fe20ec38 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -77,7 +77,7 @@ $phpname = [ '7.2' => '7.2.8 (active support until Nov 2019)', '7.1' => '7.1.20 (active support until Dec 2018)', '7.0' => '7.0.31 (security only support until Dec 2018)', - '5.6' => '5.6.36 (security only support until Dec 2018)', + '5.6' => '5.6.37 (security only support until Dec 2018)', '5.5' => '5.5.38 (no upstream support since July 2016)', '5.4' => '5.4.45 (no upstream support since Sept 2015)', ]; -- cgit