Skip to content

Commit c510721

Browse files
committed
fix(workflow): Simplify composer command in build.yml for cleaner dependency management.
1 parent 7343f40 commit c510721

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
secrets:
2222
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2323
with:
24-
composer-command: require
25-
composer-flags: |
26-
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
24+
composer-command: require yiisoft/yii2:22.0.x-dev
2725
concurrency-group: phpunit-${{ github.workflow }}-${{ github.ref }}
2826
hook: |
2927

0 commit comments

Comments
 (0)