Just spent what seemed like an eternity trying to get CRON working on a V12 vagrant box.
Turns out the vagrant box image has php 8.0 & 8.1 installed on it, and the CLI (i.e. CRON) will use 8.1 by default - and that crashes cron.php if you run it from…