Skip to content

Commit 1760835

Browse files
Upgrade Sauce Labs Chrome and Firefox versions
1 parent ba8460b commit 1760835

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gruntfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ module.exports = function (grunt) {
169169
version: '8.0'
170170
}, {
171171
browserName: 'firefox',
172-
platform: 'OS X 10.10',
173-
version: '36.0'
172+
platform: 'OS X 10.11',
173+
version: '56.0'
174174
}, {
175175
browserName: 'chrome',
176176
platform: 'OS X 10.10',
177-
version: '41.0'
177+
version: '61.0'
178178
}],
179179
'windows7': [{
180180
browserName: 'internet explorer',
@@ -196,11 +196,11 @@ module.exports = function (grunt) {
196196
'linux': [{
197197
browserName: 'firefox',
198198
platform: 'Linux',
199-
version: '37.0'
199+
version: '45.0'
200200
}, {
201201
browserName: 'chrome',
202202
platform: 'Linux',
203-
version: '41.0'
203+
version: '48.0'
204204
}]
205205
};
206206

0 commit comments

Comments
 (0)