mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Ruby 3.1 and 3.2 support for gitlab-slim-ruby image
This is needed to test Ruby 3.1 and 3.2 pipelines for the `rspec:coverage` job.
This commit is contained in:
parent
10b266e2ea
commit
60717c37ed
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