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
minor #1152 [CI] Use REQUIRED_PHP_EXTENSIONS env instead of --ignore-platform-req (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[CI] Use `REQUIRED_PHP_EXTENSIONS` env instead of `--ignore-platform-req`
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
- Add REQUIRED_PHP_EXTENSIONS env to code-quality and deptrac workflows
- Install mongodb and redis extensions via setup-php instead of ignoring platform requirements
- Remove --ignore-platform-req=ext-mongodb from all composer commands
- Standardize all workflows to use 'mongodb, redis' extensions
Commits
-------
66a3d58 Use REQUIRED_PHP_EXTENSIONS env instead of --ignore-platform-req
0 commit comments