Breaking: drop firefox 68 support
Only support firefox >= 78
This commit is contained in:
parent
2729af6ddd
commit
748c6e4ef6
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: 'Firefox',
|
browserName: 'Firefox',
|
||||||
browserVersion: '68', // Very old ESR
|
browserVersion: '78', // Very old ESR
|
||||||
|
|
||||||
...buildBStackDesktopOptions('Firefox ESR Desktop', '1280x1024', 'Windows')
|
...buildBStackDesktopOptions('Firefox ESR Desktop', '1280x1024', 'Windows')
|
||||||
},
|
},
|
||||||
|
@ -86,7 +86,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
browserName: 'Safari',
|
browserName: 'Safari',
|
||||||
|
|
||||||
...buildBStackMobileOptions('Safari iPhone', 'iPhone 7', '12')
|
...buildBStackMobileOptions('Safari iPhone', 'iPhone 8 Plus', '12.4')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: 'Safari',
|
browserName: 'Safari',
|
||||||
|
|
Loading…
Reference in a new issue