Skip to content

Commit 57d56a6

Browse files
committed
Bump minimum Firefox supported version
1 parent ef8f33d commit 57d56a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

babel.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"chrome": "80",
77
"safari": "12.1",
88
"edge": "80",
9-
"firefox": "72"
9+
"firefox": "88"
1010
}
1111
}
1212
]

karma.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ if (process.env.CI) {
4343
args: [ "--lang=tr" ]
4444
}
4545
},
46-
sl_firefox_72: {
46+
sl_firefox_88: {
4747
base: "SauceLabs",
4848
browserName: "firefox",
4949
platform: "Windows 10",
50-
version: "72.0"
50+
version: "88.0"
5151
},
5252
sl_firefox_latest: {
5353
base: "SauceLabs",

0 commit comments

Comments
 (0)