Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I test php 5.3 php applications?

gentilis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 11, 2018

I need to cover legacy code that works with an old php version. What is lowest 5.* php versionI can run pipelines with?

1 answer

0 votes
davina
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 14, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events