8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52feae5 + 9109dc6 commit f5878eaCopy full SHA for f5878ea
.github/workflows/unit-tests.yml
@@ -194,8 +194,6 @@ jobs:
194
echo "$COMPONENTS" | xargs -n1 | parallel -j +3 "_run_tests {} 'cd {} && $COMPOSER_UP && $PHPUNIT$LEGACY'" || X=1
195
196
# get a list of the patched components (relies on .github/build-packages.php being called in the previous step)
197
- (cd src/Symfony/Component/HttpFoundation; mv composer.bak composer.json)
198
- (cd src/Symfony/Component/Lock; mv composer.bak composer.json)
199
PATCHED_COMPONENTS=$(git diff --name-only src/ | grep composer.json || true)
200
201
# for 6.4 LTS, checkout and test previous major with the patched components (only for patched components)
0 commit comments