From a17138f92b8941c3cb0613a93b9d5839bb9ea1e8 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 17 Mar 2023 09:30:33 +0100 Subject: [PATCH] Update Ruby to 3.2 for CustomersDot --- .gitlab/ci/customers.images.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index bcb8a66..3c7dca9 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -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', '']