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
- Temporarily skip tests using `run.mocky.io` due to their
unreliability.
- Update CI workflow:
- Bump PHP version matrix to 8.2, 8.3, 8.4.
- Upgrade `actions/upload-artifact` to v4.
- Add `contents: read` permission and remove scheduled runs.
- Update `composer.json`:
- Increase minimum PHP requirement to 8.2.
- Upgrade `jbzoo/data`, `jbzoo/utils`, `jbzoo/event`,
`jbzoo/toolbox-dev`, `rmccue/requests`, and `guzzlehttp/guzzle`.
- Refactor code:
- Adjust type hint order for consistency (`array|string|null`).
- Make `Response` class final and its properties private.
- Add Psalm suppressions for unused classes/return values.
0 commit comments