Skip to content

Commit

Permalink
Bump safari so that attachInternals doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Oct 3, 2024
1 parent 4231bba commit 6445db7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ if (process.env.SAUCE_ACCESS_KEY) {
browserVersion: "latest",
"moz:debuggerAddress": true
},
sl_safari_12_1: {
sl_safari_16_4: {
base: "SauceLabs",
browserName: "safari",
platform: "macOS 10.13",
version: "12.1"
version: "16.4"
},
sl_edge_latest: {
base: "SauceLabs",
Expand All @@ -70,7 +70,7 @@ if (process.env.SAUCE_ACCESS_KEY) {
browserName: "safari",
platform: "ios",
device: "iPhone X Simulator",
version: "13.0"
version: "18.0"
},
sl_android_9: {
base: "SauceLabs",
Expand Down

0 comments on commit 6445db7

Please sign in to comment.