wunderio / code-quality

List of tools that aims to help with static code quality inspection.
GNU General Public License v3.0
2 stars 5 forks source link

#81 Change PHP refererence in readme and in php_compatibility task to 8.1. #102

Closed hkirsman closed 6 months ago

hkirsman commented 6 months ago

Overview

Very small PR - php_compatibility task's default PHP version is still at 8.0. Also in readme we're still saying 7.3 is required, although the tool does only run in PHP 8.1. On top of these, PHP 8.0 is EOL.

Testing

No extra testing is needed as the test is really minimal and the test that runs with this PR passes.