Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jul 20, 2023
1 parent cff0a66 commit 39b1d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/ChromeDriverCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ public function handle()

$milestone = (int) $version;

if ($milestone < 115) {
throw new Exception('Dusk v7 requires Chrome 115 or above.');
if ($milestone < 113) {
throw new Exception('Dusk v7 requires Chrome 113 or above.');
}

$all = $this->option('all');
Expand Down

0 comments on commit 39b1d4b

Please sign in to comment.