Skip to content

Commit

Permalink
Use composer v2 in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 2, 2020
1 parent 5b6fd08 commit e594cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, zip
coverage: xdebug
tools: composer:v1 # TODO update to v2
tools: composer:v2

- name: Install dependencies
run: composer update --no-progress ${{ matrix.dependencies }}
Expand All @@ -54,7 +54,7 @@ jobs:
with:
php-version: '7.4'
extensions: mbstring, intl
tools: composer:v1 # TODO update to v2
tools: composer:v2

- name: Install dependencies
run: composer update --no-progress
Expand Down

0 comments on commit e594cb0

Please sign in to comment.