Skip to content

Commit d536282

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ if (process.env.CI) {
7070
browserName: "safari",
7171
platform: "ios",
7272
device: "iPhone X Simulator",
73-
version: "13.0"
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)