mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
19 lines
602 B
Plaintext
19 lines
602 B
Plaintext
#
|
|
# This list of browsers is a conservative definition, based on
|
|
# https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers. We
|
|
# also use the following reasoning to choose the target versions:
|
|
#
|
|
# - Actual Browser usage on gitlab.com
|
|
# - Support second latest version of Firefox ESR
|
|
# - Support Chrome / Edge versions about the same age as the Firefox ESR version chosen
|
|
#
|
|
# If need be we raise versions closer to the actual supported web browsers.
|
|
#
|
|
# See also this epic: https://gitlab.com/groups/gitlab-org/-/epics/3957
|
|
#
|
|
chrome >= 103
|
|
edge >= 103
|
|
firefox >= 102
|
|
safari >= 15.6
|
|
|