Skip to content

Commit 5799c14

Browse files
authored
ci: Update safari version (#28720)
1 parent 249db69 commit 5799c14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/browser-providers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
const browserConfig = {
88
'iOS15': {unitTest: {target: 'saucelabs'}},
9-
'Safari15': {unitTest: {target: 'browserstack'}},
9+
'Safari16': {unitTest: {target: 'browserstack'}},
1010
};
1111

1212
/** Exports all available custom Karma browsers. */

test/karma-browsers.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"platformName": "iOS",
99
"deviceName": "iPhone 13 Pro Max Simulator"
1010
},
11-
"BROWSERSTACK_SAFARI15": {
11+
"BROWSERSTACK_SAFARI16": {
1212
"base": "BrowserStack",
1313
"browser": "Safari",
14-
"browser_version": "15.0",
14+
"browser_version": "16.0",
1515
"os": "OS X",
16-
"os_version": "Monterey"
16+
"os_version": "Ventura"
1717
}
1818
}

0 commit comments

Comments
 (0)