Skip to content

Commit 5ab9489

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Task/PhpCompatibility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parameters:
1414
- '/libraries/'
1515
extensions: ['php', 'inc', 'module', 'install', 'theme']
1616
run_on: ['.']
17-
testVersion: '8.0'
17+
testVersion: '8.1'
1818
standard: 'PHPCompatibility'
1919
parallel: 20
2020
extensions:

tests/PhpCompatibility/PhpCompatibilityTaskTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testBuildsProcessArguments(): void {
4747
$stub->method('getConfig')->willReturn($taskConfig);
4848
$taskConfig->method('getOptions')->willReturn([
4949
'standard' => 'php-compatibility.xm',
50-
'testVersion' => '8.0',
50+
'testVersion' => '8.1',
5151
'extensions' => ['php'],
5252
'run_on' => ['.'],
5353
'ignore_patterns' => ['/vendor/'],

0 commit comments

Comments
 (0)