mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update Ruby to 3.2 for CustomersDot
This commit is contained in:
parent
6a79bef1f3
commit
a17138f92b
1 changed files with 3 additions and 2 deletions
|
|
@ -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', '']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue