From 3cebce591871b6aa58225468b127303e50f86b27 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 22 Oct 2024 21:57:33 +0800 Subject: [PATCH] [8.x] CI Improvements (#1147) Signed-off-by: Mior Muhammad Zaki --- .github/workflows/browser-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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