From bb46fec4d8b7fed14368a31acaeafe4341ebc246 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 15 Apr 2022 11:53:44 +0300 Subject: [PATCH] Bump Ruby to 2.7.6 for CustomersDot --- .gitlab/ci/customers.images.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index 60705f6..d3319d9 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -8,8 +8,8 @@ POSTGRESQL: '10' parallel: matrix: - - RUBY: ['2.6.6', '2.7', '2.7.2'] - GIT: ['2.31', '2.33'] + - RUBY: ['2.7.5', '2.7.6'] + GIT: ['2.33'] DOCKER: ['19.03.1', ''] customers test: @@ -32,8 +32,8 @@ customers push: DOCKER: '19.03.1' parallel: matrix: - - RUBY: ['2.7', '2.7.2'] - GIT: ['2.31', '2.33'] + - RUBY: ['2.7.5', '2.7.6'] + GIT: ['2.33'] customers-qa-assets test: extends: