Local php version 8.2, upon deployment error says im using 8.1.23

inumakieTRIAL

a year ago

I'm trying to deploy my local laravel app. I'm getting a error in the build process saying some symphony libraries use php version 8.2 and that I'm running 8.1.23. My local PHP version installed both globally and in the laravel project root dir is 8.2. Is this an issue with the php version Railway uses? Can this be modified somewhere? Thanks!

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

Solved

2 Replies

a year ago

The version is automatically detected by parsing your composer.json file.


Status changed to Solved railway[bot] about 1 year ago


inumakieTRIAL

a year ago

The version is automatically detected by parsing your composer.json file.

Thanks! Changed it to 8.2, works perfectly!