From ce36bf6134d6c66badc564cb29b2520499188d8a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 12 Aug 2014 10:33:53 -0700 Subject: [PATCH] Update tested Firefox versions. --- README.md | 2 +- test/saucelabs.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42e48bdcc..ef0dedfe0 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Don’t assign values to the [special variable](http://nodejs.org/api/repl.html# ## Support -Tested in Chrome (19, 35-36), Firefox (3, 20, 29-30), IE 6-11, Opera 22-23, Safari 5-7, Node.js 0.8.26~0.10.30, PhantomJS 1.9.7, RingoJS 0.9, & Rhino 1.7RC5. +Tested in Chrome (19, 35-36), Firefox (3, 20, 30-31), IE 6-11, Opera 22-23, Safari 5-7, Node.js 0.8.26~0.10.30, PhantomJS 1.9.7, RingoJS 0.9, & Rhino 1.7RC5. Automated browser test runs [are available](https://saucelabs.com/u/lodash) as well as CI runs for [lodash](https://travis-ci.org/lodash/lodash/), [lodash-cli](https://travis-ci.org/lodash/lodash-cli/), [lodash-amd](https://travis-ci.org/lodash/lodash-amd/), [lodash-node](https://travis-ci.org/lodash/lodash-node/), & [grunt-lodash](https://travis-ci.org/lodash/grunt-lodash). Special thanks to [Sauce Labs](https://saucelabs.com/) for providing automated browser testing. diff --git a/test/saucelabs.js b/test/saucelabs.js index fbfc86499..587992659 100644 --- a/test/saucelabs.js +++ b/test/saucelabs.js @@ -98,8 +98,8 @@ var browserNameMap = { var platforms = [ ['Linux', 'android', '4.3'], ['Linux', 'android', '4.0'], + ['Windows 8.1', 'firefox', '31'], ['Windows 8.1', 'firefox', '30'], - ['Windows 8.1', 'firefox', '29'], ['Windows 8.1', 'firefox', '20'], ['Windows 8.1', 'firefox', '3.0'], ['Windows 8.1', 'chrome', '36'],