Add Ruby 3 support for CustomersDot images

This commit is contained in:
Vitaly Slobodin 2023-02-28 11:26:48 +01:00
parent 66ca240929
commit 8057d62fe2
No known key found for this signature in database
GPG key ID: BE103100635359D0

View file

@ -17,10 +17,10 @@ customers:
NODE: '16.14'
YARN: '1.22'
POSTGRESQL: '10'
RUBY: '2.7'
GIT: '2.33'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
- 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
@ -31,6 +31,8 @@ customers-qa-assets:
CHROME: '109'
NODE: '16.14'
YARN: '1.22'
DOCKER: '20.10.14'
RUBY: '2.7'
GIT: '2.33'
parallel:
matrix:
- RUBY: ['2.7', '3.0']
- DOCKER: ['20.10.14', '']