From 60717c37ed9382af4c460871a2655cad0d9f75da Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 29 Sep 2023 14:37:28 -0700 Subject: [PATCH] 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. --- .gitlab/ci/gitlab.images.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/gitlab.images.yml b/.gitlab/ci/gitlab.images.yml index fd2e89c..ee5a408 100644 --- a/.gitlab/ci/gitlab.images.yml +++ b/.gitlab/ci/gitlab.images.yml @@ -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: