Description
I'm running php unit with php 8.1, 8.2, 8.3 and 8.4 but recently it seems that only the 8.1 build works
For others, I get
/usr/local/bin/phpunit: line 1: can't open html: no such file
/usr/local/bin/phpunit: line 2: syntax error: unexpected redirection
Error: Process completed with exit code 2.
in my previous run, I had this
ubuntu-latest pipelines will use ubuntu-24.04 soon
so maybe that "soon" is now happening and that changes something but i've tried with 22.04 and it doesn't seem to make any difference
here is a 8.4 that is not working
https://github.com/lekoala/spread-compat/actions/runs/14344734173/job/40212104232
here is the latest 8.4 that was working
https://github.com/lekoala/spread-compat/actions/runs/12949889727/job/36121521941
everything runs fine locally
any help would be appreciated :-)