mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
PHP 7.0 is end of life
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
9166db69e5
commit
b5eac6301b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue