Skip to content

Commit

Permalink
Drop Legacy Edge support
Browse files Browse the repository at this point in the history
Microsoft will ship the new version to Windows >= 1803
  • Loading branch information
XhmikosR committed Jun 15, 2020
1 parent 33cc42a commit a12ee41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
defaults
Chrome >= 60
Firefox >= 60
Edge >= 16.16299
iOS >= 10
Safari >= 10
not Edge < 79
not Explorer <= 11
7 changes: 0 additions & 7 deletions js/tests/browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ const browsers = {
browser: 'Firefox',
browser_version: 'latest'
},
edgeWin10: {
base: 'BrowserStack',
os: 'Windows',
os_version: '10',
browser: 'Edge',
browser_version: '16'
},
edgeWin10Latest: {
base: 'BrowserStack',
os: 'Windows',
Expand Down

0 comments on commit a12ee41

Please sign in to comment.