Skip to content

Commit 86da9b7

Browse files
committed
Fix for github
1 parent 7397f75 commit 86da9b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-php-
2828
29+
- name: Composer update
30+
run: composer update
31+
2932
- name: Install dependencies
3033
if: steps.composer-cache.outputs.cache-hit != 'true'
31-
run: composer install
34+
run: composer install --prefer-dist --no-progress --no-suggest
3235

3336
- name: Run PHPUnit
3437
run: phpunit

0 commit comments

Comments
 (0)