Commit 301473d
committed
Tests/PHPCSVersions: update for branching of PHP 8.5
The PHP project has branched off PHP 8.5, which is now in RC and PHP "master/nightly" is now what will become PHP 8.6 (or possible 9.0).
As PHP 8.5 is now in RC, only bug fixes are allowed in, so no new deprecation notices are expected anymore.
PHPCS has already released new versions fixing various PHP 8.5 deprecation notices, so PHPCS 3.13.4 can be presumed to be the first PHPCS version which is runtime compatible with PHP 8.5.
Having said that, we could go back further as the functionality used by this plugin/the tests for this plugin would not be affected by the PHP 8.5 deprecation notices which affected PHPCS. Then again, for consistency, let's stick with the "official" PHPCS version with runtime support for PHP 8.5.
Refs:
* https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.13.4
* https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/4.0.01 parent 4df7d5d commit 301473d
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
417 | 427 | | |
418 | | - | |
419 | | - | |
| 428 | + | |
| 429 | + | |
420 | 430 | | |
421 | 431 | | |
422 | 432 | | |
| |||
0 commit comments