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 bed325a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ if (process.env.CI) {
base: "SauceLabs",
browserName: "safari",
platform: "ios",
device: "iPhone X Simulator",
version: "13.0"
device: "iPhone Simulator",
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 bed325a

Please sign in to comment.