We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b7ceb commit 8643badCopy full SHA for 8643bad
.github/workflows/default.yaml
@@ -34,8 +34,10 @@ jobs:
34
restore-keys: |
35
${{ runner.os }}-php-
36
37
- - name: Install dependencies
38
- run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
+ - name: Install composer dependencies
+ uses: ramsey/composer-install@v2
39
+ with:
40
+ dependency-versions: ${{ matrix.dependency-versions }}
41
42
- name: Check coding standard
43
run: vendor/bin/phpcs -p
0 commit comments