PHP 7.0 is end of life
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
cae600d205
commit
cac87533e0
|
@ -261,7 +261,7 @@ class CheckSetupController extends Controller {
|
|||
* @return bool
|
||||
*/
|
||||
protected function isPhpOutdated() {
|
||||
if (version_compare(PHP_VERSION, '7.0.0', '<')) {
|
||||
if (version_compare(PHP_VERSION, '7.1.0', '<')) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue