Merge branch 'add-chrome-94-support' into 'master'

Add support for Chrome 94 in GitLab images

See merge request gitlab-org/gitlab-build-images!504
This commit is contained in:
Stan Hu 2022-03-21 15:58:00 +00:00
commit b48bd1af38
2 changed files with 5 additions and 1 deletions

View file

@ -40,6 +40,10 @@ function print_chrome_args() {
CHROME_VERSION=89.0.4389.90-1
CHROME_DRIVER_VERSION=89.0.4389.23
;;
94|94.0)
CHROME_VERSION=94.0.4606.81-1
CHROME_DRIVER_VERSION=94.0.4606.113
;;
97|97.0)
CHROME_VERSION=97.0.4692.99-1
CHROME_DRIVER_VERSION=97.0.4692.71