Skip to content

Commit

Permalink
Added Monterey and Big Sur
Browse files Browse the repository at this point in the history
  • Loading branch information
chinleung committed Apr 8, 2022
1 parent ba29fd0 commit ebb5e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RunsOnBrowserStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ protected function detectOs(string $slug): array
}

preg_match(
'/(MACOS_(CATALINA|MOJAVE|HIGH_SIERRA|SIERRA|EL_CAPITAN|YOSEMITE|MAVERICKS|MOUNTAIN_LION|LION|SNOW_LEOPARD)|WINDOWS_(10|8(\.1)?|XP))/',
'/(MACOS_(MONTEREY|BIG_SUR|CATALINA|MOJAVE|HIGH_SIERRA|SIERRA|EL_CAPITAN|YOSEMITE|MAVERICKS|MOUNTAIN_LION|LION|SNOW_LEOPARD)|WINDOWS_(10|8(\.1)?|XP))/',
$slug,
$os
);
Expand Down

0 comments on commit ebb5e5f

Please sign in to comment.