From 8057d62fe26427a8b811e215775a829fd5cec054 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Tue, 28 Feb 2023 11:26:48 +0100 Subject: [PATCH] Add Ruby 3 support for CustomersDot images --- .gitlab/ci/customers.images.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index 4b19747..d005662 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -17,10 +17,10 @@ customers: NODE: '16.14' YARN: '1.22' POSTGRESQL: '10' - RUBY: '2.7' GIT: '2.33' parallel: matrix: + - RUBY: ['2.7', '3.0'] - 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 @@ -31,6 +31,8 @@ customers-qa-assets: CHROME: '109' NODE: '16.14' YARN: '1.22' - DOCKER: '20.10.14' - RUBY: '2.7' GIT: '2.33' + parallel: + matrix: + - RUBY: ['2.7', '3.0'] + - DOCKER: ['20.10.14', '']