Skip to content

Commit

Permalink
Enhancement: Configure PHP version for rector/rector
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Nov 29, 2023
1 parent f62f0bd commit 08318f1
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_82);
$rectorConfig->phpVersion(Core\ValueObject\PhpVersion::PHP_83);

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

0 comments on commit 08318f1

Please sign in to comment.