We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8460b commit 1760835Copy full SHA for 1760835
Gruntfile.js
@@ -169,12 +169,12 @@ module.exports = function (grunt) {
169
version: '8.0'
170
}, {
171
browserName: 'firefox',
172
- platform: 'OS X 10.10',
173
- version: '36.0'
+ platform: 'OS X 10.11',
+ version: '56.0'
174
175
browserName: 'chrome',
176
platform: 'OS X 10.10',
177
- version: '41.0'
+ version: '61.0'
178
}],
179
'windows7': [{
180
browserName: 'internet explorer',
@@ -196,11 +196,11 @@ module.exports = function (grunt) {
196
'linux': [{
197
198
platform: 'Linux',
199
- version: '37.0'
+ version: '45.0'
200
201
202
203
+ version: '48.0'
204
}]
205
};
206
0 commit comments