From 17b21a4f6768d7d3afae99499b6f354c7e2374a2 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 16 Mar 2025 13:46:29 +0100 Subject: [PATCH] Bump laravel/dusk version --- .github/workflows/browser_tests.yml | 2 +- tests/Browser/install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browser_tests.yml b/.github/workflows/browser_tests.yml index 24f7742c2..89f553dc6 100644 --- a/.github/workflows/browser_tests.yml +++ b/.github/workflows/browser_tests.yml @@ -41,7 +41,7 @@ jobs: - name: Setup composer run: | cp composer.json-dist composer.json - composer require "laravel/dusk:^7.9" --no-update + composer require "laravel/dusk:^8.3" --no-update - name: Install dependencies run: composer install --prefer-dist --no-interaction --no-progress diff --git a/tests/Browser/install.php b/tests/Browser/install.php index 7788fb210..cb409348e 100644 --- a/tests/Browser/install.php +++ b/tests/Browser/install.php @@ -50,7 +50,7 @@ class Installer extends Laravel\Dusk\Console\ChromeDriverCommand $data = file_put_contents($archive, $response->getBody()); - $binary = $this->extract($version, $archive); + $binary = $this->extract($archive); $this->rename($binary, $os);