Skip to content

Commit

Permalink
Update browsers to test in
Browse files Browse the repository at this point in the history
Note I couldn't update to Mojave, "macOS 10.14", because it test
runs were erroring for any browser...
  • Loading branch information
carhartl committed Feb 17, 2019
1 parent 224f9d9 commit d2724a8
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions Gruntfile.js
Expand Up @@ -122,23 +122,33 @@ module.exports = function (grunt) {
browsers: [
{
browserName: 'safari',
platform: 'OS X 10.11',
version: '10.0'
platform: 'macOS 10.13',
version: '12.0'
},
{
browserName: 'safari',
platform: 'OS X 10.12',
version: '10.1'
platform: 'macOS 10.13',
version: '11.1'
},
{
browserName: 'firefox',
platform: 'OS X 10.11',
version: '56.0'
platform: 'macOS 10.13',
version: '65.0'
},
{
browserName: 'chrome',
platform: 'OS X 10.10',
version: '61.0'
platform: 'macOS 10.13',
version: '72.0'
},
{
browserName: 'safari',
platform: 'macOS 10.12',
version: '11.0'
},
{
browserName: 'internet explorer',
platform: 'Windows 10',
version: '11.285'
},
{
browserName: 'internet explorer',
Expand Down

0 comments on commit d2724a8

Please sign in to comment.