We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4d494 commit a1bfcaaCopy full SHA for a1bfcaa
1 file changed
Jakefile.js
@@ -18,11 +18,11 @@
18
var path = require("path");
19
20
var REQUIRED_BROWSERS = [
21
- "IE 8.0.0 (Windows XP)",
+ "IE 8.0.0 (Windows 7)",
22
"IE 9.0.0 (Windows 7)",
23
- "Firefox 23.0.0 (Mac OS X 10.8)",
24
- "Chrome 29.0.1547 (Mac OS X 10.8.4)",
25
- "Safari 6.0.5 (Mac OS X 10.8.4)",
+ "Firefox 24.0.0 (Mac OS X 10.8)",
+ "Chrome 30.0.1599 (Mac OS X 10.8.5)",
+ "Safari 6.0.5 (Mac OS X 10.8.5)",
26
"Mobile Safari 6.0.0 (iOS 6.1)"
27
];
28
0 commit comments