Skip to content

Commit 6fe6b5e

Browse files
committed
Fix CI
1 parent 33d7382 commit 6fe6b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
coverage: none
4141
ini-values: expose_php=1
4242
- name: Install dependencies
43-
run: 'composer update ${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress ${{ matrix.platform-reqs }}'
43+
run: 'composer update ${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --no-security-blocking ${{ matrix.platform-reqs }}'
4444
- name: Execute Unit Tests
4545
run: 'vendor/bin/phpunit --testsuite small'
4646

0 commit comments

Comments
 (0)