Merge branch 'sh-update-ruby-3.1-and-3.2' into 'master'

Add Ruby 3.1 and 3.2 to e2e images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/658

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
This commit is contained in:
Stan Hu 2023-03-12 16:32:53 +00:00
commit 71a2a7cfa8

View file

@ -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