Skip to content

Commit 508ee21

Browse files
committed
Update Microsoft Edge and Safari versions in Sauce Labs coverage
1 parent 5916c11 commit 508ee21

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

karma.conf.ci.js

+8-2
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,21 @@ module.exports = function(config) {
5454
platform: 'OS X 10.11',
5555
version: '9'
5656
},
57+
slSafari10: {
58+
base: 'SauceLabs',
59+
browserName: 'safari',
60+
platform: 'OS X 10.11',
61+
version: '10'
62+
},
5763
slOpera: {
5864
base: 'SauceLabs',
5965
browserName: 'opera'
6066
},
61-
slEdge20: {
67+
slEdge14: {
6268
base: 'SauceLabs',
6369
browserName: 'microsoftedge',
6470
platform: 'Windows 10',
65-
version: '20.10240'
71+
version: '14.14393'
6672
},
6773
slIE11: {
6874
base: 'SauceLabs',

0 commit comments

Comments
 (0)