Skip to content

Commit

Permalink
fixed composer in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and Pavel Janda committed Dec 22, 2021
1 parent a69e121 commit 364cc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -14,7 +14,7 @@ env:
extensions: "json"
cache-version: "1"
composer-version: "v2"
composer-install: "composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable"
composer-install: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable"

jobs:
qa:
Expand Down

0 comments on commit 364cc37

Please sign in to comment.