summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-02 12:09:59 +0200
committerRemi Collet <remi@remirepo.net>2019-05-02 12:09:59 +0200
commite50751126ab64214aabea8150f00ea2f4c4ecbf1 (patch)
tree02c71c23612be30eb74693569652d50a11940f07 /wizard
parent38a9a339ca0b5554d2b85b966d3bc09e27d218a5 (diff)
Wizard: update versions
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 54bf42d6..220f2622 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -78,10 +78,10 @@ $phpvers = [
];
$phpname = [
':stable' => 'Stable versions - usage recommended',
- '7.3' => '7.3.4 (active support until December 2020)',
- '7.2' => '7.2.17 (active support until November 2019)',
+ '7.3' => '7.3.5 (active support until December 2020)',
+ '7.2' => '7.2.18 (active support until November 2019)',
':secure' => 'Security only versions',
- '7.1' => '7.1.28 (security only support until December 2019)',
+ '7.1' => '7.1.29 (security only support until December 2019)',
':eol' => 'Deprecated versions - usage discouraged',
'7.0' => '7.0.33 (no upstream support since December 2018)',
'5.6' => '5.6.40 (no upstream support since January 2019)',