Build fails due to missing php version
mghollanderTRIAL
10 months ago
I'm trying to build a Laravel project, but I get the error below. The docker image in the project uses PHP 8.2 from the default Laravel Sail package. Other Laravel templates also fail, returning the same error.
php80 has been dropped due to the lack of maintenance from upstream for future releases
ⓘ Deployment information is only viewable by project members and Railway employees.
2 Replies
mghollanderTRIAL
10 months ago
I've found some possible solutions and I'll try them first.
mghollanderTRIAL
10 months ago
Success!!
Running into the same issue? Updating the PHP version in composer.json to ^8.2.0 worked for me :-).
Status changed to Solved railway[bot] • 10 months ago