diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index bcf6354b4..6db38ecfa 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -44,8 +44,7 @@ jobs: - name: Install dependencies run: | - composer require "illuminate/contracts:^${{ matrix.laravel }}" "phpunit/phpunit:^${{ matrix.phpunit }}" --dev --no-update - 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 }} - name: Upgrade Chrome Driver run: php vendor/bin/testbench dusk:chrome-driver --detect