Merge branch 'vs/add-ruby-3-for-customersdot' into 'master'

Add Ruby 3 support for CustomersDot images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/647

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Reviewed-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2023-03-06 07:01:04 +00:00
commit 7cd2352be6

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