Skip to content

Commit 6dbd9ae

Browse files
committed
Use 'composer install' instead of 'composer update'
1 parent 3965fa3 commit 6dbd9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
restore-keys: ${{ runner.os }}-${{ matrix.php-version }}-composer-
6060

6161
- name: "Install dependencies"
62-
run: composer update --no-interaction --prefer-dist --optimize-autoloader
62+
run: composer install --no-interaction --no-progress
6363

6464
- name: "Install PHPUnit"
6565
run: vendor/bin/simple-phpunit install

0 commit comments

Comments
 (0)