mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Merge branch 'sh-debian-slim-ruby-add-versions' into 'master'
Add Ruby 3.1 and 3.2 support for gitlab-slim-ruby image See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/734 Merged-by: Stan Hu <stanhu@gmail.com> Approved-by: Stan Hu <stanhu@gmail.com>
This commit is contained in:
commit
8e516affde
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ gitlab-slim-ruby:
|
||||||
stage: gitlab
|
stage: gitlab
|
||||||
variables:
|
variables:
|
||||||
OS: 'debian:bullseye-slim'
|
OS: 'debian:bullseye-slim'
|
||||||
RUBY: '3.0'
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- RUBY: ['3.0', '3.1', '3.2']
|
||||||
|
|
||||||
# Used by GitLab's workhorse tests
|
# Used by GitLab's workhorse tests
|
||||||
gitlab-workhorse:
|
gitlab-workhorse:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue