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
fix(docker): Downgrade PHP from 8.5 to 8.3 and add PR CI check
PHP 8.5 is not officially released and causes docker-php-ext-install
to fail with "cp: can't stat 'modules/*'" error.
Changes:
- Revert to PHP 8.3-fpm-alpine (current stable LTS)
- Add pull_request trigger to docker-build workflow
- Use dorny/paths-filter to skip build when no Docker files changed
- Workflow can now be set as a required check (always runs, skips gracefully)
0 commit comments