Update Ruby to 3.2 for CustomersDot

This commit is contained in:
Vitaly Slobodin 2023-03-17 09:30:33 +01:00
parent 6a79bef1f3
commit a17138f92b
No known key found for this signature in database
GPG key ID: BE103100635359D0

View file

@ -1,3 +1,4 @@
---
.customers:
extends:
- .build_dynamic_image
@ -20,7 +21,7 @@ customers:
GIT: '2.36'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
- RUBY: ['2.7', '3.2']
- DOCKER: ['20.10.14', '']
# Used by customers-gitlab-com qa e2e test: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab/ci/e2e.gitlab-ci.yml
@ -34,5 +35,5 @@ customers-qa-assets:
GIT: '2.36'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
- RUBY: ['2.7', '3.2']
- DOCKER: ['20.10.14', '']