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 f3l1x committed Jan 6, 2022
1 parent d955e09 commit 60b1e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
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:
test:
Expand Down

0 comments on commit 60b1e32

Please sign in to comment.