Skip to content

Commit 6a9d7b0

Browse files
committed
Update browser versions
1 parent d25a68a commit 6a9d7b0

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

karma.conf.js

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,16 @@ if (process.env.CI) {
6868
sl_ios_latest: {
6969
base: "SauceLabs",
7070
browserName: "safari",
71-
platform: "ios",
72-
device: "iPhone X Simulator",
73-
version: "13.0"
74-
},
75-
sl_android_9: {
76-
base: "SauceLabs",
77-
browserName: "chrome",
78-
platform: "android",
79-
device: "Android GoogleAPI Emulator",
80-
version: "9.0"
71+
platform: "iOS",
72+
device: "iPhone Simulator",
73+
version: "current_major"
8174
},
8275
sl_android_latest: {
8376
base: "SauceLabs",
8477
browserName: "chrome",
85-
platform: "android",
78+
platform: "Android",
8679
device: "Android GoogleAPI Emulator",
87-
version: "12.0"
80+
version: "current_major"
8881
}
8982
}
9083

0 commit comments

Comments
 (0)