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:
Stan Hu 2023-09-29 14:37:28 -07:00
parent 10b266e2ea
commit 60717c37ed
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -67,7 +67,9 @@ gitlab-slim-ruby:
stage: gitlab
variables:
OS: 'debian:bullseye-slim'
RUBY: '3.0'
parallel:
matrix:
- RUBY: ['3.0', '3.1', '3.2']
# Used by GitLab's workhorse tests
gitlab-workhorse: