Breaking: drop firefox 68 support

Only support firefox >= 78
pull/5665/head
Chocobozzz 2023-02-28 09:54:24 +01:00
parent 2729af6ddd
commit 748c6e4ef6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ module.exports = {
},
{
browserName: 'Firefox',
browserVersion: '68', // Very old ESR
browserVersion: '78', // Very old ESR
...buildBStackDesktopOptions('Firefox ESR Desktop', '1280x1024', 'Windows')
},
@ -86,7 +86,7 @@ module.exports = {
{
browserName: 'Safari',
...buildBStackMobileOptions('Safari iPhone', 'iPhone 7', '12')
...buildBStackMobileOptions('Safari iPhone', 'iPhone 8 Plus', '12.4')
},
{
browserName: 'Safari',