Skip to content

Commit 8570642

Browse files
committed
#81 Change PHP refererence in readme and in php_compatibility task to 8.1.
1 parent 05aeaca commit 8570642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/Task/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)