mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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.
This commit is contained in:
parent
472c25354d
commit
ceb5ff4383
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ e2e-cng:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- OS: ['debian:bookworm']
|
- OS: ['debian:bookworm']
|
||||||
RUBY: ['3.1', '3.2']
|
RUBY: ['3.0', '3.1', '3.2']
|
||||||
BUNDLER: ['2.5']
|
BUNDLER: ['2.5']
|
||||||
CHROME: ['120']
|
CHROME: ['120']
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue