Skip to content

Commit

Permalink
Merge pull request #37 from bedita/feat/update-to-composer2
Browse files Browse the repository at this point in the history
Update to composer 2
  • Loading branch information
stefanorosanelli authored Apr 13, 2021
2 parents 1958ae3 + ff23bf1 commit c197d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: 'shivammathur/setup-php@v2'
with:
php-version: '${{ matrix.php-version }}'
tools: 'composer:v1'
tools: 'composer:v2'
extensions: 'mbstring, intl'
coverage: 'none'

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: 'shivammathur/setup-php@v2'
with:
php-version: '${{ matrix.php-version }}'
tools: 'composer:v1, phpstan'
tools: 'composer:v2, phpstan'
extensions: 'mbstring, intl'
coverage: 'none'

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
uses: 'shivammathur/setup-php@v2'
with:
php-version: '${{ matrix.php-version }}'
tools: 'composer:v1'
tools: 'composer:v2'
extensions: 'mbstring, intl'

- name: 'Discover Composer cache directory'
Expand Down

0 comments on commit c197d47

Please sign in to comment.