You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently only check for PHP 8.1 and 8.2 compatibility, which is pretty outdated. Especially now that Magento 2.4.8 will be released soon and will only support PHP 8.3 and 8.4
Expected behavior
Detect potential problems with PHP 8.3 and 8.4 in code scanned with this tool
Benefits
Finding problems in Magento core codebase and pull requests before they are released, using static analysis.
Changing this line probably won't help as the first bullet point points out that the Magento fork of this ruleset is very outdated and probably doesn't contain many checks against PHP 8.3/8.4 in contrast to the upstream version
The text was updated successfully, but these errors were encountered:
Hi @hostep. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Description
We currently only check for PHP 8.1 and 8.2 compatibility, which is pretty outdated. Especially now that Magento 2.4.8 will be released soon and will only support PHP 8.3 and 8.4
Expected behavior
Detect potential problems with PHP 8.3 and 8.4 in code scanned with this tool
Benefits
Finding problems in Magento core codebase and pull requests before they are released, using static analysis.
Additional information
I see 2 problems:
dev-develop
as composer requirement works very good in my experience)testVersion
setup to only scan for PHP 8.1 and 8.2 versions, see:magento-coding-standard/Magento2/ruleset.xml
Line 775 in d7ece6d
Changing this line probably won't help as the first bullet point points out that the Magento fork of this ruleset is very outdated and probably doesn't contain many checks against PHP 8.3/8.4 in contrast to the upstream version
The text was updated successfully, but these errors were encountered: