Skip to content

Commit 9d49521

Browse files
committed
Pass composer flags to composer install
1 parent 1000dfa commit 9d49521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
env:
5252
COMPOSER_ROOT_VERSION: "1.99.99"
53-
run: composer install
53+
run: composer install ${{ matrix.composer-flags }}
5454

5555
- name: Normalize composer.json
5656
if: matrix.lint

0 commit comments

Comments
 (0)