Skip to content

Commit

Permalink
Fix: Configure PHP version for rector/rector
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 25, 2023
1 parent 3d5924d commit ac7b1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Expand Up @@ -25,7 +25,7 @@
__DIR__ . '/test/',
]);

$rectorConfig->phpVersion(Core\ValueObject\PhpVersion::PHP_80);
$rectorConfig->phpVersion(Core\ValueObject\PhpVersion::PHP_81);

$rectorConfig->sets([
PHPUnit\Set\PHPUnitSetList::PHPUNIT_90,
Expand Down

0 comments on commit ac7b1a7

Please sign in to comment.