From ceb5ff4383632b04e9ae76451095001ab80caa48 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 22 Mar 2024 20:54:34 -0700 Subject: [PATCH] Add Ruby 3.0 to CNG image https://gitlab.com/gitlab-org/gitlab/-/jobs/6461148652 was failing since Ruby 3.0 is still being tested. --- .gitlab/ci/e2e.images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/e2e.images.yml b/.gitlab/ci/e2e.images.yml index 7316e41..91e1448 100644 --- a/.gitlab/ci/e2e.images.yml +++ b/.gitlab/ci/e2e.images.yml @@ -58,7 +58,7 @@ e2e-cng: parallel: matrix: - OS: ['debian:bookworm'] - RUBY: ['3.1', '3.2'] + RUBY: ['3.0', '3.1', '3.2'] BUNDLER: ['2.5'] CHROME: ['120']