You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 addext-sqlite
underrequire-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?
The text was updated successfully, but these errors were encountered: