Need help
fut
HOBBYOP

2 years ago

how can i determain my php version ?
i have src in raiway and i need to make php version v7.4
how can i do that

3 Replies

brody
EMPLOYEE

2 years ago

Railway supports php 8.1 at minimum, for anything lower, you would need to provide a Dockerfile


fut
HOBBYOP

2 years ago

i have no idea about docker file bro i was using 7.4


brody
EMPLOYEE

2 years ago

maybe if you specified 8.1 in your composer file your code would still work with PHP 8.1?


Loading...