Skip to content

Commit e034fab

Browse files
committed
fix: fix composer issue in ci
1 parent 5c2b235 commit e034fab

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ jobs:
5050
composer-${{ runner.os }}-${{ matrix.php }}-
5151
5252
- name: Install matrix dependencies
53+
env:
54+
COMPOSER_NO_BLOCKING: 1
55+
COMPOSER_NO_SECURITY_BLOCKING: 1
5356
run: |
54-
composer require --no-interaction --no-update \
55-
illuminate/support:${{ matrix.laravel }} \
56-
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 }}"
5759
composer update --prefer-dist --no-interaction --no-progress --with-all-dependencies
5860
5961
- name: Run tests

0 commit comments

Comments
 (0)