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 7, 2022
1 parent 1a72e36 commit 2d59a8d
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"
coverage: "none"

jobs:
Expand Down

0 comments on commit 2d59a8d

Please sign in to comment.