Skip to content

Commit fb3d70a

Browse files
Don't need prefer-dist
1 parent aaa7ade commit fb3d70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
timeout_minutes: 5
3535
max_attempts: 5
36-
command: composer update --prefer-dist --no-interaction --no-progress
36+
command: composer update --no-interaction --no-progress
3737

3838
- name: Install PHPUnit
3939
uses: nick-invision/retry@v1

0 commit comments

Comments
 (0)