From c126f48954cc5c851c8fa2bf34941315ff0742f9 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 17 Mar 2023 09:29:42 +0100 Subject: [PATCH 1/3] Update Chrome to 111 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 d192ee1..4de6452 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -13,7 +13,7 @@ customers: - .customers variables: LFS: '2.9' - CHROME: '109' + CHROME: '111' NODE: '16.14' YARN: '1.22' POSTGRESQL: '12' @@ -28,7 +28,7 @@ customers-qa-assets: extends: - .customers variables: - CHROME: '109' + CHROME: '111' NODE: '16.14' YARN: '1.22' GIT: '2.33' From 6a79bef1f310fd45e93e53c584fc60e36962dc0d Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 17 Mar 2023 09:30:21 +0100 Subject: [PATCH 2/3] Update git to 2.36 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 4de6452..bcb8a66 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -17,7 +17,7 @@ customers: NODE: '16.14' YARN: '1.22' POSTGRESQL: '12' - GIT: '2.33' + GIT: '2.36' parallel: matrix: - RUBY: ['2.7', '3.0'] @@ -31,7 +31,7 @@ customers-qa-assets: CHROME: '111' NODE: '16.14' YARN: '1.22' - GIT: '2.33' + GIT: '2.36' parallel: matrix: - RUBY: ['2.7', '3.0'] From a17138f92b8941c3cb0613a93b9d5839bb9ea1e8 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Fri, 17 Mar 2023 09:30:33 +0100 Subject: [PATCH 3/3] 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', '']