Update chrome versions

Bump version in kas images
This commit is contained in:
Andrejs Cunskis 2022-10-05 09:27:30 +03:00
parent b44e0723c3
commit ed1776761c
No known key found for this signature in database
GPG key ID: 87CB75083F227241
5 changed files with 17 additions and 25 deletions

View file

@ -9,7 +9,7 @@ e2e:
BUNDLER: '2.3'
parallel:
matrix:
- RUBY: [ '2.7', '3.0' ]
- RUBY: ['2.7', '3.0']
# Image with ruby, bundler and docker
e2e-docker:
@ -23,10 +23,7 @@ e2e-chrome:
extends:
- e2e-docker
variables:
CHROME: '104'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
CHROME: '106'
# Image used for running full e2e test suite
e2e-full: