admin
admin copied to clipboard
[RFC]: Remove `.laminas-ci/pre-run.sh`
Based on this PR, before runtime, Laminas' CI action should now be able to correctly determine and install the required PHP extensions (assuming they are present in composer.json). For this, we probably need to add ext-sqlite under require-dev.
With this, we should remove .laminas-ci/pre-run.sh from our projects and the CI actions should still be able to run successfully.
@MarioRadu Thoughts?
We can try to remove it and if it's correctly installing the dependencies we can remove .laminas-ci/pre-run.sh.
The original idea did not work out as expected, but there's a different solution that works:
we can require additional PHP extensions via the .laminas-ci.json file
To reflect this new idea, I repurposed this issue.