Skip to content

Commit

Permalink
chore(karma): run tests on latest Chrome (59) and Firefox (54) availa…
Browse files Browse the repository at this point in the history
…ble on Saucelabs

Closes angular#16141
  • Loading branch information
gkalpak committed Aug 4, 2017
1 parent 811af9c commit 56ac2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ module.exports = function(config, specificOptions) {
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'chrome',
version: '51'
version: '59'
},
'SL_Firefox': {
base: 'SauceLabs',
browserName: 'firefox',
version: '47'
version: '54'
},
'SL_Safari_8': {
base: 'SauceLabs',
Expand Down

0 comments on commit 56ac2a7

Please sign in to comment.