Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix full test matrix #1750

Merged
merged 12 commits into from
Jun 18, 2023
Prev Previous commit
Next Next commit
Updating browser versions
  • Loading branch information
dfahlander committed Jun 18, 2023
commit 4bf4179800d9e1f358d6f24487035194dfd06259
20 changes: 3 additions & 17 deletions test/karma.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
bs_firefox_latest_supported: {
base: 'BrowserStack',
browser: 'firefox',
browser_version: '113',
browser_version: '114',
os: 'Windows',
os_version: 10
},
Expand All @@ -20,17 +20,10 @@ module.exports = {
os: 'OS X',
os_version: 'El Capitan'
},
bs_edge_oldest_supported: {
base: 'BrowserStack',
browser: "Edge",
browser_version: '15',
os: 'Windows',
os_version: '10'
},
bs_edge_latest_supported: {
base: 'BrowserStack',
browser: 'Edge',
browser_version: '95',
browser_version: '114',
os: 'Windows',
os_version: '10'
},
Expand All @@ -44,7 +37,7 @@ module.exports = {
bs_chrome_latest_supported: {
base: 'BrowserStack',
browser: "Chrome",
browser_version: "112",
browser_version: "114",
os: 'Windows',
os_version: 10
},
Expand All @@ -61,13 +54,6 @@ module.exports = {
browser_version: "16",
os: 'OS X',
os_version: 'Ventura'
},
bs_iphone7: {
base: 'BrowserStack',
browser: "Safari",
browser_version: "10.1",
os: 'iOS',
os_version: "10.3"
}
}
}