Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35b4820

Browse files
committed
[CI] Fix requiring specific Symfony version in packages build
1 parent ef06041 commit 35b4820

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
run: |
8080
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
8181
composer config extra.symfony.require "${{ matrix.symfony }}"
82+
working-directory: "src/Sylius/${{ matrix.package }}"
8283

8384
-
8485
name: Validate composer.json

0 commit comments

Comments
 (0)