mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add Ruby 3.1 and 3.2 to e2e images
This commit is contained in:
parent
b5448b8540
commit
339f963bf6
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ e2e:
|
||||||
BUNDLER: '2.3'
|
BUNDLER: '2.3'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0']
|
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||||
|
|
||||||
# Image with ruby, bundler and docker
|
# Image with ruby, bundler and docker
|
||||||
e2e-docker:
|
e2e-docker:
|
||||||
|
|
@ -32,7 +32,7 @@ e2e-chrome:
|
||||||
- e2e-docker
|
- e2e-docker
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0']
|
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||||
CHROME: ['109', '110']
|
CHROME: ['109', '110']
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue