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
build(deps): Upgrade dependencies and PHP requirement (#10)
- Update `composer.json` to require PHP ^8.2 and newer versions of
`jbzoo/data`, `jbzoo/utils`, and `jbzoo/toolbox-dev`.
- Upgrade `wikimedia/less.php` to `>=5.4.0`, which includes changes to
CSS output formatting.
- Adjust CI workflow: update PHP matrix to 8.2-8.4, upgrade
`upload-artifact` action to v4, add `contents: read` permission, and
remove scheduled runs.
- Apply minor code adjustments: mark `Exception` class as `final`,
refine `trim` character mask in `Less.php`, and add Psalm suppression.
- Temporarily disable debug tests due to current incompatibility.
---------
Co-authored-by: Denis Smet <denis.smetannikov@yandex.ru>
0 commit comments