We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983368a commit 3cebce5Copy full SHA for 3cebce5
.github/workflows/browser-tests.yml
@@ -44,8 +44,7 @@ jobs:
44
45
- name: Install dependencies
46
run: |
47
- composer require "illuminate/contracts:^${{ matrix.laravel }}" "phpunit/phpunit:^${{ matrix.phpunit }}" --dev --no-update
48
- composer update --prefer-dist --no-interaction --no-progress
+ composer update --prefer-dist --no-interaction --no-progress --with=illuminate/support:^${{ matrix.laravel }} --with=phpunit/phpunit:^${{ matrix.phpunit }}
49
50
- name: Upgrade Chrome Driver
51
run: php vendor/bin/testbench dusk:chrome-driver --detect
0 commit comments