Skip to content

Conversation

@SmetDenis
Copy link
Member

  • Update PHP matrix to include 8.4 and remove 8.1.
  • Upgrade actions/upload-artifact to v4.
  • Remove scheduled workflow cron trigger.

- Bump PHP requirement to ^8.2 and upgrade developer tools and libraries (psalm, phpstan, phan, nikic/php-parser, symfony components, php-cs-fixer, etc.) to compatible newer releases to keep the toolchain current and avoid version conflicts.
- Enable php-cs-fixer parallel mode (import ParallelConfigFactory and call setParallelConfig(...)) to speed up formatting runs.
- Simplify/adjust PhpCsFixer preset list to avoid obsolete/duplicated migration presets.
- Update Makefile invocation of php-cs-fixer for a consistent vendor-based call.
- Relax static analysis settings: lower phpstan level to 9 and add a few ignored identifiers; add psalm issueHandler suppressions and clear outdated psalm baseline entries that were caused by vendor parse errors resolved by upgrades.
- Add small static-analyzer suppress annotations and test housekeeping (composerPhpVersion to ^8.2, minor formatting/unused var cleanups) to silence false positives.

These changes modernize the development toolchain, improve performance of code fixes, reduce noisy/irrelevant analyzer reports, and restore a clean baseline for ongoing maintenance.
- Update PHP matrix to include 8.4 and remove 8.1.
- Upgrade `actions/upload-artifact` to v4.
- Remove scheduled workflow cron trigger.
@SmetDenis SmetDenis closed this Sep 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants