mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add support for Chrome 94 in GitLab images
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
d2d1b8834e
commit
11df180825
2 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
.gitlab-matrix:
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
CHROME: '99'
|
||||
YARN: '1.22'
|
||||
GRAPHICSMAGICK: '1.3.36'
|
||||
parallel:
|
||||
|
|
@ -13,6 +12,7 @@
|
|||
POSTGRESQL: ['11', '12', '13']
|
||||
GOLANG: ['1.16', '1.17']
|
||||
NODE: ['14.15', '16.14']
|
||||
CHROME: ['94', '99']
|
||||
|
||||
gitlab test:
|
||||
extends:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue