Skip to content

Commit 7397f75

Browse files
committed
Fix for github
1 parent 0768018 commit 7397f75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/php.yml

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

3633
- name: Run PHPUnit
3734
run: phpunit

0 commit comments

Comments
 (0)