The PHP Group stopped supporting 5.6 in late 2018
authorReedy <reedy@wikimedia.org>
Mon, 2 Mar 2020 00:57:30 +0000 (00:57 +0000)
committerReedy <reedy@wikimedia.org>
Mon, 2 Mar 2020 01:05:47 +0000 (01:05 +0000)
As per https://www.php.net/eol.php 5.6 was EOL and therefore
unsupported since 31 December 2018.

Change-Id: I2f6e307457365f0adf1b727b4fff9ed19c685b4f

includes/PHPVersionCheck.php

index 609b75b..1a639c7 100644 (file)
@@ -93,7 +93,7 @@ class PHPVersionCheck {
                        'implementation' => 'PHP',
                        'version' => PHP_VERSION,
                        'vendor' => 'the PHP Group',
-                       'upstreamSupported' => '5.6.0',
+                       'upstreamSupported' => '7.2.0',
                        'minSupported' => '7.0.13',
                        'upgradeURL' => 'https://secure.php.net/downloads.php',
                );