Update slevomat/coding-standard to allow versions up to v8.20 #25
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.
Currently, the highest version of
slevomat/coding-standard
this projects supports is8.15
(released 2024-03-09).Since then, newer versions have been release. The most notable changes, beside various bugfixes, are
v8.16
(which drops supprt for PHP 7.2 and 7.3), andv8.19
(which adds support for PHP 8.4).This pull request updates
composer.json
to allow versions up tov8.20
.The CI workflow has been updated so that tests are run against newer versions of PHP.
A
continue-on-error
entry has been added to prevent the CI run from failing for currently unsupported versions.The
actions/checkout
action is also updated to the latest version (v4).As can be seen in the CI run, the versions the CI runs are:
coding-standard