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', '']