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 5c2b235 commit e034fabCopy full SHA for e034fab
1 file changed
.github/workflows/tests.yml
@@ -50,10 +50,12 @@ jobs:
50
composer-${{ runner.os }}-${{ matrix.php }}-
51
52
- name: Install matrix dependencies
53
+ env:
54
+ COMPOSER_NO_BLOCKING: 1
55
+ COMPOSER_NO_SECURITY_BLOCKING: 1
56
run: |
- composer require --no-interaction --no-update \
- illuminate/support:${{ matrix.laravel }} \
- orchestra/testbench:${{ matrix.testbench }}
57
+ composer require --no-interaction --no-update "illuminate/support:${{ matrix.laravel }}"
58
+ composer require --dev --no-interaction --no-update "orchestra/testbench:${{ matrix.testbench }}"
59
composer update --prefer-dist --no-interaction --no-progress --with-all-dependencies
60
61
- name: Run tests
0 commit comments