Add chrome 109 to gitlab images

This commit is contained in:
Andrejs Cunskis 2023-02-07 20:59:47 +01:00
parent 9cfb653c95
commit 0fd4444217
No known key found for this signature in database
GPG key ID: 87CB75083F227241
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ customers:
- .customers
variables:
LFS: '2.9'
CHROME: '107'
CHROME: '109'
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '10'
@ -28,7 +28,7 @@ customers-qa-assets:
extends:
- .customers
variables:
CHROME: '107'
CHROME: '109'
NODE: '16.14'
YARN: '1.22'
DOCKER: '20.10.14'

View file

@ -28,7 +28,7 @@ gitlab:
GOLANG: ['1.18', '1.19']
RUST: ['1.65']
NODE: ['16.14', '18.12']
CHROME: ['106', '108']
CHROME: ['106', '109']
gitlab-ruby-3.2:
extends:
@ -48,7 +48,7 @@ gitlab-ruby-3.2:
GOLANG: ['1.19']
RUST: ['1.65']
NODE: ['16.14']
CHROME: ['108']
CHROME: ['109']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
gitlab-assets: