Skip to content

Commit ff5e7a3

Browse files
committed
Run composer install instead of update
1 parent bc7ac85 commit ff5e7a3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Download dependencies
2828
run: |
29-
composer update --no-interaction --prefer-dist --optimize-autoloader
29+
composer install --no-interaction --optimize-autoloader
3030
./vendor/bin/simple-phpunit install
3131
3232
- name: Run tests

.github/workflows/static.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
uses: actions/checkout@v2
2323

2424
- name: Download dependencies
25-
run: |
26-
composer update --no-interaction --prefer-dist --optimize-autoloader
25+
run: composer install --no-interaction --optimize-autoloader
2726

2827
- name: PHPStan
2928
uses: docker://oskarstark/phpstan-ga:0.12.48

0 commit comments

Comments
 (0)