CircleCI-Public / cimg-php

The CircleCI PHP Docker image. Based on the `cimg/base` image.
https://circleci.com/developer/images/image/cimg/php
MIT License
12 stars 16 forks source link

Add other PHP version supports #1

Closed peter279k closed 3 years ago

peter279k commented 5 years ago

As title, it seems that this repository misses the php-7.0 and php-7.1 versions.

IMHO, I think we can consider adding these missing PHP version supports.

Once this issue is accepted, I can work on this and please add #orbtoberfest on this issue because of the hacktoberfest circleci :).

FelicianoTech commented 5 years ago

Those versions are too old for this repo. They won't be added.

the-csaba commented 3 years ago

Hi,

Can you revisit this decision? For example, PHP 5.6 is available in this repo, but 7.0 and 7.1 are not. I made quick test builds, and everything worked. Would be useful if users will not be forced to use mixed source. Currently, our config look like this:

- image: circleci/php:7.0-cli
- image: circleci/php:7.1-cli
- image: cimg/php:7.2
- image: cimg/php:7.3
- image: cimg/php:7.4
- image: cimg/php:8.0

Thanks

bednar commented 3 years ago

Hi,

the new “cimg/php” doesn’t supports the PHP 7.1. Is this final solution?

Regards

FelicianoTech commented 3 years ago

Since there is continued requests, I will reopen this Issue. As long as there' no hiccups along the way, this should be resolved soon.

bednar commented 3 years ago

@felicianotech thanks 👍

FelicianoTech commented 3 years ago

Published

the-csaba commented 3 years ago

Thank you!