Skip to content

Commit

Permalink
Bump minimum Firefox supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Dec 15, 2021
1 parent ef8f33d commit 57d56a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"chrome": "80",
"safari": "12.1",
"edge": "80",
"firefox": "72"
"firefox": "88"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ if (process.env.CI) {
args: [ "--lang=tr" ]
}
},
sl_firefox_72: {
sl_firefox_88: {
base: "SauceLabs",
browserName: "firefox",
platform: "Windows 10",
version: "72.0"
version: "88.0"
},
sl_firefox_latest: {
base: "SauceLabs",
Expand Down

0 comments on commit 57d56a6

Please sign in to comment.