From d5f04a058f9d5a9222222b76c74abf681ecfc051 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 20 Jul 2023 12:04:56 -0500 Subject: [PATCH] wip --- src/Console/ChromeDriverCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');