Skip to content

Commit 56ac2a7

Browse files
committed
chore(karma): run tests on latest Chrome (59) and Firefox (54) available on Saucelabs
Closes angular#16141
1 parent 811af9c commit 56ac2a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma-shared.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ module.exports = function(config, specificOptions) {
4545
'SL_Chrome': {
4646
base: 'SauceLabs',
4747
browserName: 'chrome',
48-
version: '51'
48+
version: '59'
4949
},
5050
'SL_Firefox': {
5151
base: 'SauceLabs',
5252
browserName: 'firefox',
53-
version: '47'
53+
version: '54'
5454
},
5555
'SL_Safari_8': {
5656
base: 'SauceLabs',

0 commit comments

Comments
 (0)