Skip to content

Commit

Permalink
Github: update composer script (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored Jan 8, 2022
1 parent aaf6afd commit 4743ff8
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, mysqli, pdo_sqlite"
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 4743ff8

Please sign in to comment.