tests: Test against Safari 13, drop Safari 12 coverage.

This commit is contained in:
John McLear 2020-11-19 09:06:57 +00:00 committed by GitHub
parent 867fdbd3f9
commit 06e0ff3cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,9 +133,9 @@ sauceTestWorker.push({
// 4) Safari on OSX 10.14
sauceTestWorker.push({
'platform' : 'OS X 10.14'
'platform' : 'OS X 10.15'
, 'browserName' : 'safari'
, 'version' : '12.0'
, 'version' : '13.1'
});
// IE 10 doesn't appear to be working anyway
/*