Skip to content

Commit

Permalink
Remove prefer-dist from COMPOSER_FLAGS in CI workflow.
Browse files Browse the repository at this point in the history
Eliminating the --prefer-dist option can reduce reliance on distribution archives, allowing for more consistent test execution. This change aims to enhance the flexibility and potential versions available during the dependency resolution in the CI pipeline.

Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Dec 4, 2024
1 parent a2b6dfd commit 3b31045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-functional.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"
DATABASE_HOST: localhost
DATABASE_USER: b24phpLibTest
DATABASE_PASSWORD: b24phpLibTest
Expand Down

0 comments on commit 3b31045

Please sign in to comment.