build(ci): Bump PHP and CI action versions #52
Closed
SmetDenis wants to merge 4 commits into
Closed
Conversation
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
actions/upload-artifactto v4.