Nextcloud is not compatible with > PHP 7.3

First you either have to downgrade your PHP version to something like 7.3 or lower to upgrade to NC18. Afterwards you can use PHP 7.4 with it. There are several tutorials out there to tweek the “version check” of NC by hand to bypass this check. I recommend to temporary downgrade to PHP 7.3 or lower.

Then you might get problems with some write permissions as PHP 7.4 has implemented a more hardened version of php-fpm.

Here are two sources what has to be tweeked to get it up and running:

Hope this helps