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);