PHPCompatibility / PHPCompatibility

PHP Compatibility check for PHP_CodeSniffer

Home Page:http://techblog.wimgodden.be/tag/codesniffer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New release version?

mstimvol opened this issue · comments

Hi,
I've a pipeline using a docker container to run compatibility checks. In my container I'm using composer global require -n phpcompatibility/php-compatibility to install the PHPCompatibility check which is currently 9.3.5 which has been released in 2019. Today I figured out that my container doesn't detect all incompatibilies anymore because 9.3.5 is very old and PHP 8.x has been released already. So my question is, if it would be possible to release a new stable version of PHPCompatibility (may 9.4.0 or so) which includes the latest sniffs? Otherwise I've to use the develop branch from git, but I don't like to have a checker from a develop branch or is this the "normal" behavior for PHPCompatibility to use the develop branch?
Any ideas on this?

Please see #1468 for the answer to this question.

Thank you very much, @wimg