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 33d7382 commit 6fe6b5eCopy full SHA for 6fe6b5e
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
coverage: none
41
ini-values: expose_php=1
42
- name: Install dependencies
43
- run: 'composer update ${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress ${{ matrix.platform-reqs }}'
+ run: 'composer update ${{ matrix.dependency-version }} --no-interaction --prefer-dist --no-progress --no-security-blocking ${{ matrix.platform-reqs }}'
44
- name: Execute Unit Tests
45
run: 'vendor/bin/phpunit --testsuite small'
46
0 commit comments