Skip to content
Snippets Groups Projects
Commit 378795dc authored by Björn Brala's avatar Björn Brala
Browse files

Less noise, content looks good

parent 83bb1ead
No related branches found
No related tags found
No related merge requests found
Pipeline #184300 passed
......@@ -258,17 +258,11 @@ class ProcessProjectsFile {
}
}
catch (\Exception $e) {
// There was an invalid version constraint. We'll take the highest
// version identified so far and hope for the best.
echo PHP_EOL . "Unparsable constaint for $project: " . $normalizedVersion . ' satifies ' . $projectVersion . PHP_EOL;
// Do nothing if it fails, keep trying down the line.
}
}
}
if($highest_compatible === false) {
echo PHP_EOL . "$project: No dev version found" . PHP_EOL;
}
return $highest_compatible;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment