Skip to content

Commit 28ea645

Browse files
authored
use ramsey/composer-install (#557)
1 parent 4e66e95 commit 28ea645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tools: composer:v2
2929
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, gd
3030
- name: "Install dependencies"
31-
run: "composer update --no-progress --prefer-dist"
31+
uses: "ramsey/composer-install@v2"
3232
- name: "PHPCS"
3333
run: "php vendor/bin/phpcs"
3434
- name: "PHPStan"
@@ -75,7 +75,7 @@ jobs:
7575
run: "composer require phpspec/prophecy-phpunit:^2 --dev --no-update"
7676
if: ${{ matrix.drupal != '^8.9' }}
7777
- name: "Install dependencies"
78-
run: "composer update --no-progress --prefer-dist"
78+
uses: "ramsey/composer-install@v2"
7979
- name: "PHPUnit"
8080
run: "php vendor/bin/phpunit"
8181

0 commit comments

Comments
 (0)