1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Update Firefox version used on CI for e2e tests (#10058)

The Firefox version has been updated to the latest stable version: v83.
This was required to replicate production Firefox errors we saw
recently.
This commit is contained in:
Mark Stacey 2020-12-11 12:03:00 -03:30 committed by GitHub
parent 54e9c53b27
commit 0b7579b5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ set -e
set -u
set -o pipefail
FIREFOX_VERSION='70.0'
FIREFOX_VERSION='83.0'
FIREFOX_BINARY="firefox-${FIREFOX_VERSION}.tar.bz2"
FIREFOX_BINARY_URL="https://ftp.mozilla.org/pub/firefox/releases/${FIREFOX_VERSION}/linux-x86_64/en-US/${FIREFOX_BINARY}"
FIREFOX_PATH='/opt/firefox'