Skip to content

Commit bed325a

Browse files
committed
Android 9 is no longer supported
1 parent d25a68a commit bed325a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

karma.conf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ if (process.env.CI) {
6969
base: "SauceLabs",
7070
browserName: "safari",
7171
platform: "ios",
72-
device: "iPhone X Simulator",
73-
version: "13.0"
72+
device: "iPhone Simulator",
73+
version: "16.0"
7474
},
75-
sl_android_9: {
75+
sl_android_11: {
7676
base: "SauceLabs",
7777
browserName: "chrome",
7878
platform: "android",
7979
device: "Android GoogleAPI Emulator",
80-
version: "9.0"
80+
version: "11.0"
8181
},
8282
sl_android_latest: {
8383
base: "SauceLabs",

0 commit comments

Comments
 (0)