Skip to content

Commit b7d8478

Browse files
barryvdhmfn
andauthored
GHA Composer v2 (#968)
* Update run-tests.yml * Update run-tests.yml * Update run-tests.yml * Update run-tests.yml * Update run-tests.yml * Update run-tests.yml * Update run-tests.yml * gha: no need for self-update, setup-php `composer:v2` already gives the version we want Co-authored-by: Markus Podar <[email protected]>
1 parent 4df96b5 commit b7d8478

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
with:
3838
php-version: ${{ matrix.php }}
3939
coverage: none
40-
40+
tools: composer:v2
41+
4142
- name: Install dependencies
4243
run: |
4344
composer remove vimeo/psalm --no-update --dev
4445
composer require "laravel/framework:${{ matrix.laravel }}" --no-update --no-progress
45-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-suggest --no-progress
46+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
4647
4748
- name: Execute Unit Tests
4849
run: composer test

0 commit comments

Comments
 (0)