I need to cover legacy code that works with an old php version. What is lowest 5.* php versionI can run pipelines with?
Hi @gentilis
Bitbucket Pipelines will run whatever version works with docker. I recommend debugging locally first before porting your configuration into Pipelines.
For example, I just ran
docker image pull php:5.3
locally and it pulled fine.
Generally I follow the list of supported tags on Docker Hub though https://hub.docker.com/r/library/php/ though which looks like it goes back to 5.6
Hope this helps!
Davina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.