Skip to content

Commit 2a17c9f

Browse files
authored
Run composer install in CI (#319)
1 parent b224710 commit 2a17c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
php-version: ${{ matrix.php-version }}
2525
-
2626
name: Install composer
27-
run: composer update --no-progress --prefer-stable --prefer-dist --no-interaction --no-suggest
27+
run: composer install --no-progress --prefer-dist --no-interaction
2828
-
2929
name: Run lint
3030
run: composer lint

0 commit comments

Comments
 (0)