Skip to content

Commit

Permalink
Composer v2 is the default
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrieghe committed Oct 8, 2021
1 parent 3d1d04b commit a6ae7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
tools: composer:v2
tools: composer
- name: Install dependencies
run: composer update -n --prefer-dist
- name: PHPStan
Expand All @@ -28,7 +28,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
coverage: pcov
tools: composer:v2
tools: composer
- name: Install dependencies
if: matrix.php-versions != '8.1'
run: composer update -n --prefer-dist ${{ matrix.prefer-lowest }}
Expand Down

0 comments on commit a6ae7a1

Please sign in to comment.