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.
1 parent de57965 commit 6156095Copy full SHA for 6156095
.github/workflows/unit-tests.yml
@@ -92,7 +92,7 @@ jobs:
92
93
# Create local composer packages for each patched components and reference them in composer.json files when cross-testing components
94
if [[ ! "${{ matrix.mode }}" = *-deps ]]; then
95
- php .github/build-packages.php HEAD^ $SYMFONY_VERSION src/Symfony/Bridge/PhpUnit
+ php .github/build-packages.php HEAD^ $SYMFONY_VERSION src/Symfony/Bridge/PhpUnit
96
else
97
echo SYMFONY_DEPRECATIONS_HELPER=weak >> $GITHUB_ENV
98
cp composer.json composer.json.orig
0 commit comments