Merge branch 'sh-add-ruby-3.0-cng-image' into 'master'

Add Ruby 3.0 to CNG image

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/791

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
This commit is contained in:
Stan Hu 2024-03-23 03:56:46 +00:00
commit ace7190648

View file

@ -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']