8000 cs tweak · symfony/symfony@6156095 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6156095

Browse files
cs tweak
1 parent de57965 commit 6156095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
# Create local composer packages for each patched components and reference them in composer.json files when cross-testing components
9494
if [[ ! "${{ matrix.mode }}" = *-deps ]]; then
95-
php .github/build-packages.php HEAD^ $SYMFONY_VERSION src/Symfony/Bridge/PhpUnit
95+
php .github/build-packages.php HEAD^ $SYMFONY_VERSION src/Symfony/Bridge/PhpUnit
9696
else
9797
echo SYMFONY_DEPRECATIONS_HELPER=weak >> $GITHUB_ENV
9898
cp composer.json composer.json.orig

0 commit comments

Comments
 (0)
0