Skip to content

Commit

Permalink
chore: use Composer 2 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkaitzgarro committed Oct 25, 2020
1 parent 5960825 commit d293dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2

- name: Get Composer Cache Directory
id: composer-cache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2
coverage: xdebug

- name: Get Composer Cache Directory
Expand Down

0 comments on commit d293dc2

Please sign in to comment.