From: Reedy Date: Mon, 2 Mar 2020 00:57:30 +0000 (+0000) Subject: The PHP Group stopped supporting 7.1 in late 2019 X-Git-Tag: 1.34.1~10 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/File:Nonexistent.jpg?a=commitdiff_plain;h=6046a49b62c1d01f0117d9c5543795c236c4df11;p=lhc%2Fweb%2Fwiklou.git The PHP Group stopped supporting 7.1 in late 2019 As per https://www.php.net/eol.php 7.1 was EOL and therefore unsupported since 1 December 2019. Change-Id: I2f6e307457365f0adf1b727b4fff9ed19c685b4f --- diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index bf0a4036bf..c99e8c6627 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -94,7 +94,7 @@ class PHPVersionCheck { 'implementation' => 'PHP', 'version' => PHP_VERSION, 'vendor' => 'the PHP Group', - 'upstreamSupported' => '7.1.0', + 'upstreamSupported' => '7.2.0', 'minSupported' => '7.2.9', 'upgradeURL' => 'https://www.php.net/downloads.php', );