Add chrome v123 to e2e and gitlab images

This commit is contained in:
Andrejs Cunskis 2024-04-10 14:02:41 +00:00 committed by Rémy Coutable
parent 19ce50799c
commit ec3390307a
4 changed files with 10 additions and 6 deletions

View file

@ -24,7 +24,7 @@ e2e:
- .e2e
parallel:
matrix:
- OS: ["debian:bullseye", "debian:bookworm"]
- OS: ["debian:bookworm"]
RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.4', '2.5']
@ -41,10 +41,10 @@ e2e-chrome:
- e2e-docker
parallel:
matrix:
- OS: ["debian:bullseye", "debian:bookworm"]
- OS: ["debian:bookworm"]
RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.4', '2.5']
CHROME: ['120']
CHROME: ['120', '123']
e2e-cng:
extends:
@ -60,7 +60,7 @@ e2e-cng:
- OS: ['debian:bookworm']
RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.5']
CHROME: ['120']
CHROME: ['120', '123']
# Image used for running full e2e test suite
e2e-full: