mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Drop Ruby 2.7 builds
This commit is contained in:
parent
0759eaa370
commit
4cd4099d24
6 changed files with 9 additions and 26 deletions
|
|
@ -16,7 +16,7 @@ e2e:
|
|||
OS: "debian:bullseye"
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.3', '2.4']
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
|
|
@ -32,7 +32,7 @@ e2e-chrome:
|
|||
- e2e-docker
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.3', '2.4']
|
||||
CHROME: ['110', '113']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue