Skip to content

Commit

Permalink
Android 9 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Aug 3, 2023
1 parent d25a68a commit d536282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ if (process.env.CI) {
browserName: "safari",
platform: "ios",
device: "iPhone X Simulator",
version: "13.0"
version: "16.0"
},
sl_android_9: {
sl_android_11: {
base: "SauceLabs",
browserName: "chrome",
platform: "android",
device: "Android GoogleAPI Emulator",
version: "9.0"
version: "11.0"
},
sl_android_latest: {
base: "SauceLabs",
Expand Down

0 comments on commit d536282

Please sign in to comment.