Merge pull request #12830 from nextcloud/backport/12819/stable15
[stable15] PHP 7.0 is end of life
This commit is contained in:
commit
ce5a6fb41b
|
@ -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