Add Debian Bookworm images

This commit is contained in:
Clemens Beck 2024-01-18 10:20:04 +00:00 committed by Balasankar 'Balu' C
parent 5cc9de6b26
commit db6f2daec2
10 changed files with 55 additions and 24 deletions

View file

@ -20,11 +20,10 @@
e2e:
extends:
- .e2e
variables:
OS: "debian:bullseye"
parallel:
matrix:
- RUBY: ['3.0', '3.1', '3.2']
- OS: ["debian:bullseye", "debian:bookworm"]
RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.4', '2.5']
# Image with ruby, bundler and docker
@ -40,7 +39,8 @@ e2e-chrome:
- e2e-docker
parallel:
matrix:
- RUBY: ['3.0', '3.1', '3.2']
- OS: ["debian:bullseye", "debian:bookworm"]
RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.4', '2.5']
CHROME: ['119', '120']