File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This repository currently has the following checks:
1717
1818* Shell script exec bits - [ check_file_permissions] ( src/Task/CheckFilePermissions/README.md )
1919* PHP Drupal CS and PHP Code security - [ phpcs] ( src/Task/Phpcs/README.md )
20- * PHP 8.0 Compatibility - [ php_compatibility] ( src/Task/PhpCompatibility/README.md )
20+ * PHP 8.1 Compatibility - [ php_compatibility] ( src/Task/PhpCompatibility/README.md )
2121* PHP syntax - [ php_check_syntax] ( src/Task/PhpCheckSyntax/README.md )
2222* Cognitive complexity and other ecs sniffs - [ ecs] ( src/Task/Ecs/README.md )
2323* Yaml syntax - [ yaml_lint] ( src/Task/YamlLint/README.md )
@@ -27,7 +27,7 @@ This repository currently has the following checks:
2727## Pre-requisites
2828
2929* Composer
30- * PHP >= 7.3
30+ * PHP >= 8.1
3131
3232## Installation
3333
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Wunderio\GrumPHP\Task\PhpCompatibility\PhpCompatibilityTask:
9999 defaults : ['.']
100100 allowed_types : ['array']
101101 testVersion :
102- defaults : ' 8.0 '
102+ defaults : ' 8.1 '
103103 allowed_types : ['string']
104104 standard :
105105 defaults : ' PHPCompatibility'
You can’t perform that action at this time.
0 commit comments