PHP 7.4 as default?

Hello, how to install EasyEngine 4.0.17 already with PHP 7.4, instead of the default 7.3? Thank you!

You can always specify the --php=7.4 in your site create command.

ee site create mysite.com --type=wp --php=7.4

If you have already installed your site and just wish to upgrade then use the update command.

ee site update mysite.com --php=7.4

It should not have to be said, but take backups and/or snapshot of your site before you execute any major update or upgrade. The above commands should only be run on EE 4.0.15 or above.

@rickh Btw 7.4 is the default version now in EasyEngine.