]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Breaking: drop firefox 68 support
authorChocobozzz <me@florianbigard.com>
Tue, 28 Feb 2023 08:54:24 +0000 (09:54 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 28 Feb 2023 09:06:52 +0000 (10:06 +0100)
Only support firefox >= 78

client/e2e/wdio.browserstack.conf.ts

index c3c1e2b34723c9eea2e3ec4fbea12b8cf84b5740..0d68c8541bb022b27dccda1eb168c8c360459181 100644 (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',