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'