Skip to content

Commit

Permalink
ci: Update safari version (#28720)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Mar 14, 2024
1 parent 249db69 commit 5799c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/browser-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
const browserConfig = {
'iOS15': {unitTest: {target: 'saucelabs'}},
'Safari15': {unitTest: {target: 'browserstack'}},
'Safari16': {unitTest: {target: 'browserstack'}},
};

/** Exports all available custom Karma browsers. */
Expand Down
6 changes: 3 additions & 3 deletions test/karma-browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"platformName": "iOS",
"deviceName": "iPhone 13 Pro Max Simulator"
},
"BROWSERSTACK_SAFARI15": {
"BROWSERSTACK_SAFARI16": {
"base": "BrowserStack",
"browser": "Safari",
"browser_version": "15.0",
"browser_version": "16.0",
"os": "OS X",
"os_version": "Monterey"
"os_version": "Ventura"
}
}

0 comments on commit 5799c14

Please sign in to comment.