We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff0954 commit 431b614Copy full SHA for 431b614
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
timeout_minutes: 5
43
max_attempts: 5
44
- command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi
+ command: composer update --${{ matrix.stability }} --prefer-lowest --prefer-dist --no-interaction --no-progress --ansi
45
46
- name: Static analysis
47
#continue-on-error: true
@@ -54,3 +54,4 @@ jobs:
54
55
56
57
+
0 commit comments