Skip to content

Commit 431b614

Browse files
authored
Update test.yml
1 parent fff0954 commit 431b614

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
timeout_minutes: 5
4343
max_attempts: 5
44-
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
44+
command: composer update --${{ matrix.stability }} --prefer-lowest --prefer-dist --no-interaction --no-progress --ansi
4545

4646
- name: Static analysis
4747
#continue-on-error: true
@@ -54,3 +54,4 @@ jobs:
5454

5555

5656

57+

0 commit comments

Comments
 (0)