Build e2e images with Ruby 3

This commit is contained in:
Aleksei Lipniagov 2022-05-16 17:20:15 +02:00
parent 08680b0e16
commit 06f9755d34

View file

@ -5,11 +5,13 @@ e2e-base:
variables:
DEBIAN: bullseye
GIT: '2.33'
RUBY: '2.7'
BUNDLER: '2.3'
CHROME: '101'
extends:
- .build_and_push
parallel:
matrix:
- RUBY: [ '2.7', '3.0' ]
# Image used for running full e2e test suite
e2e-full: