Skip to content

Commit

Permalink
Parallel Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 5, 2022
1 parent b1b9338 commit b4d1ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/rector-downgrade-vendor.php
Expand Up @@ -16,6 +16,8 @@
$targetPhpVersionId = $parsePhpVersion($targetPhpVersion);

$parameters = $containerConfigurator->parameters();
$parameters->set(Option::PARALLEL, true);

$parameters->set(Option::PHP_VERSION_FEATURES, $targetPhpVersionId);

$services = $containerConfigurator->services();
Expand Down
1 change: 1 addition & 0 deletions build/rector-downgrade.php
Expand Up @@ -23,6 +23,7 @@
$targetPhpVersionId = $parsePhpVersion($targetPhpVersion);

$parameters = $containerConfigurator->parameters();
$parameters->set(Option::PARALLEL, true);

$parameters->set(Option::PHP_VERSION_FEATURES, $targetPhpVersionId);
$parameters->set(Option::SKIP, [
Expand Down

0 comments on commit b4d1ae1

Please sign in to comment.