Skip to content

Commit 1860e05

Browse files
committed
Update browser versions
1 parent d25a68a commit 1860e05

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

karma.conf.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,22 @@ 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"
71+
platform: "iOS",
72+
device: "iPhone Simulator"
7473
},
75-
sl_android_9: {
74+
sl_android_11: {
7675
base: "SauceLabs",
7776
browserName: "chrome",
78-
platform: "android",
77+
platform: "Android",
7978
device: "Android GoogleAPI Emulator",
80-
version: "9.0"
79+
version: "11.0"
8180
},
8281
sl_android_latest: {
8382
base: "SauceLabs",
8483
browserName: "chrome",
85-
platform: "android",
84+
platform: "Android",
8685
device: "Android GoogleAPI Emulator",
87-
version: "12.0"
86+
version: "13.0"
8887
}
8988
}
9089

0 commit comments

Comments
 (0)