mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add Ruby 3 support for CustomersDot images
This commit is contained in:
parent
66ca240929
commit
8057d62fe2
1 changed files with 5 additions and 3 deletions
|
|
@ -17,10 +17,10 @@ customers:
|
||||||
NODE: '16.14'
|
NODE: '16.14'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
POSTGRESQL: '10'
|
POSTGRESQL: '10'
|
||||||
RUBY: '2.7'
|
|
||||||
GIT: '2.33'
|
GIT: '2.33'
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
|
- RUBY: ['2.7', '3.0']
|
||||||
- DOCKER: ['20.10.14', '']
|
- 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
|
# 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'
|
CHROME: '109'
|
||||||
NODE: '16.14'
|
NODE: '16.14'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
DOCKER: '20.10.14'
|
|
||||||
RUBY: '2.7'
|
|
||||||
GIT: '2.33'
|
GIT: '2.33'
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- RUBY: ['2.7', '3.0']
|
||||||
|
- DOCKER: ['20.10.14', '']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue