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

Replace cassandra's extension with fork to support PHP 8.0 #125

Open erickskrauch opened 3 years ago

erickskrauch commented 3 years ago

Time to upgrade my projects to PHP 8.0 :)

The original developer of the extension has bailed on its support, but I found a fork, contacted the developers. Behind them is an organization that actively uses this extension, which guarantees support for the extension in the near future. I tested the build with PHP 8.0 and its stability on my working projects: no crashes have been found.

mallardduck commented 1 year ago

I've incorporated this change into the fork I've created for this project. Thanks for doing this work! Feel free to shoot any follow up PRs if there are updates.

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