Skip to content

Commit 8643bad

Browse files
committed
use amsey/composer-install
1 parent 15b7ceb commit 8643bad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/default.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-php-
3636
37-
- name: Install dependencies
38-
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
37+
- name: Install composer dependencies
38+
uses: ramsey/composer-install@v2
39+
with:
40+
dependency-versions: ${{ matrix.dependency-versions }}
3941

4042
- name: Check coding standard
4143
run: vendor/bin/phpcs -p

0 commit comments

Comments
 (0)