diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index d192ee1..3c7dca9 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -1,3 +1,4 @@ +--- .customers: extends: - .build_dynamic_image @@ -13,14 +14,14 @@ customers: - .customers variables: LFS: '2.9' - CHROME: '109' + CHROME: '111' NODE: '16.14' YARN: '1.22' POSTGRESQL: '12' - GIT: '2.33' + 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 @@ -28,11 +29,11 @@ customers-qa-assets: extends: - .customers variables: - CHROME: '109' + CHROME: '111' NODE: '16.14' YARN: '1.22' - GIT: '2.33' + GIT: '2.36' parallel: matrix: - - RUBY: ['2.7', '3.0'] + - RUBY: ['2.7', '3.2'] - DOCKER: ['20.10.14', '']