edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
528 stars 166 forks source link

PHP 8.1 Support #127

Open ksassnowski opened 2 years ago

ksassnowski commented 2 years ago

First of all, thanks a lot for maintaining this repository!

PHP 8.1 was released yesterday (on November 25th). Is there any way I can assist you in providing an image for PHP 8.1? It looks like there's currently no stable official image for PHP 8.1, just a bunch of release candidates, so I guess that's the blocker at the moment.

I'll keep an eye out for the official stable image and will update this issue accordingly.

arkener commented 2 years ago

The stable PHP 8.1 images have been added.

mihaliak commented 2 years ago

Any plan or ETA when 8.1 will be supported? Thanks for info

bianchi commented 2 years ago

Anyone knows another image we can use meanwhile?

malau1 commented 2 years ago

What is the status here?

kdescoubes commented 2 years ago

Hi there ! Thanks for this image !

Same, really need php8.1 support, is this scheduled ?

liborm85 commented 2 years ago

We switched to image thecodingmachine/php (docker).

evs-xsarus commented 2 years ago

@edbizarro do you have time or other issues why we have to wait long on support for new PHP versions?

mallardduck commented 1 year ago

I've created a fork of this project for my own needs and have PHP 8.1 support working. However as I don't need PHP 7.4 (or 7 at all) I have removed support for those from my fork. For the few projects I use stuck on 7 I will keep using this version of the project with old images.

Docker Hub: https://hub.docker.com/r/mallardduck/gitlab-ci-pipeline-php GitHub: https://github.com/mallardduck/gitlab-ci-pipeline-php

Note: things seem to check out so far, however I haven't had the chance to use it yet since I've been focused on making it build properly again.