Skip to content

Commit d89ec5e

Browse files
committed
Update browser versions
1 parent d25a68a commit d89ec5e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

karma.conf.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,15 @@ if (process.env.CI) {
6969
base: "SauceLabs",
7070
browserName: "safari",
7171
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"
72+
device: "iPhone Simulator",
73+
version: "16.0"
8174
},
8275
sl_android_latest: {
8376
base: "SauceLabs",
8477
browserName: "chrome",
8578
platform: "android",
8679
device: "Android GoogleAPI Emulator",
87-
version: "12.0"
80+
version: "13.0"
8881
}
8982
}
9083

0 commit comments

Comments
 (0)