From 1d55a80d22ecb52561006408e14cf35ac367be1e Mon Sep 17 00:00:00 2001 From: Reedy Date: Mon, 2 Mar 2020 00:57:30 +0000 Subject: [PATCH] The PHP Group stopped supporting 5.6 in late 2018 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index 609b75be71..1a639c7d51 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -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', ); -- 2.20.1