From bb46fec4d8b7fed14368a31acaeafe4341ebc246 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 15 Apr 2022 11:53:44 +0300 Subject: [PATCH 1/2] 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: From 275d5af648912549f6548309376975c75e392a02 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Mon, 18 Apr 2022 18:46:07 +0300 Subject: [PATCH 2/2] Drop Ruby 2.7.5 for CustomersDot --- .gitlab/ci/customers.images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index d3319d9..47b9c77 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -8,7 +8,7 @@ POSTGRESQL: '10' parallel: matrix: - - RUBY: ['2.7.5', '2.7.6'] + - RUBY: ['2.7.6'] GIT: ['2.33'] DOCKER: ['19.03.1', ''] @@ -32,7 +32,7 @@ customers push: DOCKER: '19.03.1' parallel: matrix: - - RUBY: ['2.7.5', '2.7.6'] + - RUBY: ['2.7.6'] GIT: ['2.33'] customers-qa-assets test: