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 1206226 commit 714b0e6Copy full SHA for 714b0e6
1 file changed
.github/workflows/ci_build.yml
@@ -36,7 +36,8 @@ jobs:
36
- name: "Install dependencies (${{ matrix.deps }})"
37
run: |
38
if [ "${{ matrix.deps }}" = "prefer-lowest" ]; then
39
- composer update --prefer-lowest --prefer-stable --no-interaction --no-progress --ignore-platform-reqs
+ composer install --no-interaction --no-progress --ignore-platform-reqs
40
+ composer update webmozart/assert:^1.11
41
else
42
composer install --no-interaction --no-progress --ignore-platform-reqs
43
fi
0 commit comments