Merge branch 'vs/customersdot-bump-ruby' into 'master'

Bump Ruby to 2.7.6 for CustomersDot

See merge request gitlab-org/gitlab-build-images!516
This commit is contained in:
Rémy Coutable 2022-04-19 07:26:00 +00:00
commit 2e2d7c6704

View file

@ -8,8 +8,8 @@
POSTGRESQL: '10'
parallel:
matrix:
- RUBY: ['2.6.6', '2.7', '2.7.2']
GIT: ['2.31', '2.33']
- RUBY: ['2.7.6']
GIT: ['2.33']
DOCKER: ['19.03.1', '']
customers test:
@ -32,8 +32,8 @@ customers push:
DOCKER: '19.03.1'
parallel:
matrix:
- RUBY: ['2.7', '2.7.2']
GIT: ['2.31', '2.33']
- RUBY: ['2.7.6']
GIT: ['2.33']
customers-qa-assets test:
extends: