Skip to content

Commit

Permalink
ci: update chrome and firefox saucelabs versions (angular#29518)
Browse files Browse the repository at this point in the history
Updates the browser versions of Chrome and Firefox to the latest releases. This
matches what we claim to support according to https://angular.io/guide/browser-support.

PR Close angular#29518
  • Loading branch information
devversion authored and kara committed Mar 26, 2019
1 parent 6feef36 commit a5c9fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser-providers.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ var customLaunchers = {
'DartiumWithWebPlatform':
{base: 'Dartium', flags: ['--enable-experimental-web-platform-features']},
'ChromeNoSandbox': {base: 'Chrome', flags: ['--no-sandbox']},
'SL_CHROME': {base: 'SauceLabs', browserName: 'chrome', version: '67'},
'SL_CHROME': {base: 'SauceLabs', browserName: 'chrome', version: 'latest'},
'SL_CHROMEBETA': {base: 'SauceLabs', browserName: 'chrome', version: 'beta'},
'SL_CHROMEDEV': {base: 'SauceLabs', browserName: 'chrome', version: 'dev'},
'SL_FIREFOX': {base: 'SauceLabs', browserName: 'firefox', version: '60'},
'SL_FIREFOX': {base: 'SauceLabs', browserName: 'firefox', version: 'latest'},
'SL_FIREFOXBETA':
{base: 'SauceLabs', platform: 'Windows 10', browserName: 'firefox', version: 'beta'},
'SL_FIREFOXDEV':
Expand Down

0 comments on commit a5c9fa3

Please sign in to comment.