tests: make target versions inline with #4162

pull/4176/head
John McLear 2020-07-17 11:58:32 +00:00
parent 7c8c2665cb
commit fad3830097
1 changed files with 2 additions and 2 deletions

View File

@ -82,14 +82,14 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
sauceTestWorker.push({
'platform' : 'Linux'
, 'browserName' : 'firefox'
, 'version' : '45.0'
, 'version' : '52.0'
});
// 2) Chrome on Linux
sauceTestWorker.push({
'platform' : 'Linux'
, 'browserName' : 'chrome'
, 'version' : '48.0'
, 'version' : '55.0'
});
// 3) Safari on OSX 10.15