Skip to content

Commit 3cebce5

Browse files
authored
[8.x] CI Improvements (#1147)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 983368a commit 3cebce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/browser-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47-
composer require "illuminate/contracts:^${{ matrix.laravel }}" "phpunit/phpunit:^${{ matrix.phpunit }}" --dev --no-update
48-
composer update --prefer-dist --no-interaction --no-progress
47+
composer update --prefer-dist --no-interaction --no-progress --with=illuminate/support:^${{ matrix.laravel }} --with=phpunit/phpunit:^${{ matrix.phpunit }}
4948
5049
- name: Upgrade Chrome Driver
5150
run: php vendor/bin/testbench dusk:chrome-driver --detect

0 commit comments

Comments
 (0)