Test-Laravel-Routes
Test-Laravel-Routes copied to clipboard
Error in installating dependencies github actions
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.
Just update the php-version in the laravel.yml file located in .github/workflows
with:
php-version: "8.4"