Skip to content

Commit

Permalink
Remove prefer-dist flag from Composer command
Browse files Browse the repository at this point in the history
The prefer-dist flag has been removed from the COMPOSER_FLAGS in the unit test workflow configuration. This change allows for potentially more up-to-date installations by not limiting downloads to distribution packages. This can help ensure that the latest code is being tested.

Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Dec 4, 2024
1 parent a70123d commit a2b6dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist"
COMPOSER_FLAGS: "--ansi --no-interaction --no-progress"

jobs:
tests:
Expand Down

0 comments on commit a2b6dfd

Please sign in to comment.