laminas / laminas-continuous-integration-action

GitHub Action for running a QA check
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

Remove `php:<8.0` support, effectively removing all binaries and extensions from the container #150

Closed Ocramius closed 1 year ago

Ocramius commented 1 year ago

Needs https://github.com/laminas/laminas-ci-matrix-action/pull/196

Fixes #149

Q A
Documentation no
Bugfix no
BC Break yes
New Feature no
RFC no
QA yes
boesing commented 1 year ago

How do we handle jobs with PHP versions not supported by this action?

Since we did not yet merged both matrix container + CI action into same repository (started with it, but haven't finished due to lack of time/patience), projects consuming CI container v2 + Matrix container v1 will provide php versions outside of the supported range.

Can we probably move v2 of this and matrix container to https://github.com/laminas/laminas-continuous-integration? So we can keep releases of matrix + container in-sync starting with v2.

Or is something highly depending on these changes here?