Skip to content

Commit c7e556a

Browse files
committed
Update tested Android versions
Android 9 was released in 2018 and is no longer supported by Google. Test version 11 instead, which is the oldest version of Android with security updates.
1 parent d25a68a commit c7e556a

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
@@ -72,19 +72,19 @@ if (process.env.CI) {
7272
device: "iPhone X Simulator",
7373
version: "13.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",
8484
browserName: "chrome",
8585
platform: "android",
8686
device: "Android GoogleAPI Emulator",
87-
version: "12.0"
87+
version: "13.0"
8888
}
8989
}
9090

0 commit comments

Comments
 (0)