Skip to content

Commit

Permalink
update composer to v2 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 e3b46ac commit 693c385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Expand Up @@ -13,8 +13,8 @@ on:
env:
extensions: "json"
cache-version: "1"
composer-version: "v1"
composer-install: "composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable"
composer-version: "v2"
composer-install: "composer update --no-interaction --no-progress --prefer-dist --prefer-stable"

jobs:
qa:
Expand Down

0 comments on commit 693c385

Please sign in to comment.