Build fails due to missing php version
mghollander
TRIALOP
a year 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
mghollander
TRIALOP
a year ago
I've found some possible solutions and I'll try them first.
mghollander
TRIALOP
a year 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 • over 1 year ago