Split workflows
parent
43093d0eeb
commit
46cc387598
|
@ -423,7 +423,9 @@ EOT
|
||||||
$packageIsIgnored = \in_array($package->getPrettyName(), $ignoredPackages, true);
|
$packageIsIgnored = \in_array($package->getPrettyName(), $ignoredPackages, true);
|
||||||
if ($input->getOption('outdated') && ($packageIsUpToDate || $packageIsIgnored)) {
|
if ($input->getOption('outdated') && ($packageIsUpToDate || $packageIsIgnored)) {
|
||||||
continue;
|
continue;
|
||||||
} elseif ($input->getOption('outdated') || $input->getOption('strict')) {
|
}
|
||||||
|
|
||||||
|
if ($input->getOption('outdated') || $input->getOption('strict')) {
|
||||||
$hasOutdatedPackages = true;
|
$hasOutdatedPackages = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue