diff --git a/src/Console/ChromeDriverCommand.php b/src/Console/ChromeDriverCommand.php index e1a9082fe..d9a70a9e8 100644 --- a/src/Console/ChromeDriverCommand.php +++ b/src/Console/ChromeDriverCommand.php @@ -100,8 +100,8 @@ public function handle() $milestone = (int) $version; - if ($milestone < 113) { - throw new Exception('Dusk v7 requires Chrome 113 or above.'); + if ($milestone < 115) { + throw new Exception('Dusk v7 requires Chrome 115 or above.'); } $all = $this->option('all');