Test-Laravel-Routes icon indicating copy to clipboard operation
Test-Laravel-Routes copied to clipboard

Error in installating dependencies github actions

Open t0mri opened this issue 1 year ago • 3 comments

image

t0mri avatar Jan 11 '24 11:01 t0mri

Same here

tiberiu-dascal avatar Mar 12 '24 16:03 tiberiu-dascal

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.

tiberiu-dascal avatar Mar 12 '24 16:03 tiberiu-dascal

Just update the php-version in the laravel.yml file located in .github/workflows

with:
          php-version: "8.4"

AleksandrSamokhin avatar Mar 16 '25 13:03 AleksandrSamokhin