LaravelDaily/Test-Laravel-Routes

Error in installating dependencies github actions

t0mri opened this issue · 2 comments

Same here

I managed to make it work and now I have passed the Routing test.
If by any chance you are on php 8.3 and above, you will have this issue as the machine running the test is on php8.1.
I added the binaries for php8.1, re-cloned the project, ran composer install (not update), and I was able to create a pull request that worked.
Maybe my experience helps.