Skip to content

Commit 714b0e6

Browse files
committed
fix ci
1 parent 1206226 commit 714b0e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- name: "Install dependencies (${{ matrix.deps }})"
3737
run: |
3838
if [ "${{ matrix.deps }}" = "prefer-lowest" ]; then
39-
composer update --prefer-lowest --prefer-stable --no-interaction --no-progress --ignore-platform-reqs
39+
composer install --no-interaction --no-progress --ignore-platform-reqs
40+
composer update webmozart/assert:^1.11
4041
else
4142
composer install --no-interaction --no-progress --ignore-platform-reqs
4243
fi

0 commit comments

Comments
 (0)