mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +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'
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0']
|
||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
e2e-docker:
|
||||
|
|
@ -32,7 +32,7 @@ e2e-chrome:
|
|||
- e2e-docker
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0']
|
||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
CHROME: ['109', '110']
|
||||
|
||||
# Image used for running full e2e test suite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue