Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 025aefc

Browse files
author
Harry Terkelsen
authored
Update Firefox to 106.0 (#38019)
1 parent 9463b5d commit 025aefc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ targets:
286286
dependencies: >-
287287
[
288288
{"dependency": "chrome_and_driver", "version": "version:107.0"},
289-
{"dependency": "firefox", "version": "version:83.0"},
289+
{"dependency": "firefox", "version": "version:106.0"},
290290
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
291291
]
292292
timeout: 60

lib/web_ui/dev/browser_lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chrome:
2020
version: '107.0' # CIPD tag for the above Build IDs. Normally "ChromeMajorVersion.UploadAttempt". ;)
2121

2222
firefox:
23-
version: '83.0'
23+
version: '106.0'
2424

2525
edge:
2626
launcher_version: '1.2.0.0'

0 commit comments

Comments
 (0)