Skip to content

Update slevomat/coding-standard to allow versions up to v8.20 #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Potherca
Copy link

@Potherca Potherca commented Aug 5, 2025

Currently, the highest version of slevomat/coding-standard this projects supports is 8.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), and v8.19 (which adds support for PHP 8.4).

This pull request updates composer.json to allow versions up to v8.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:

PHP slevomat/
coding-standard
7.3.33 8.15.0
7.4.33 8.20.0
8.0.30 8.20.0
8.1.33 8.20.0
8.2.29 8.20.0
8.3.23 8.20.0
8.4.10 8.20.0
8.5.0 (dev) 8.20.0

Potherca and others added 2 commits August 5, 2025 14:48
- Update `actions/checkout` to the latest version
- Add newer PHP versions to the matrix
- Add EOL dates as comments to PHP version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant