mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Drop Debian buster and Git v2.31 builds in GitLab images
Debian bullseye and Git v2.33 are the default now, so we have no need for these older versions.
This commit is contained in:
parent
d8667216bc
commit
7f87b2eb16
1 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
GRAPHICSMAGICK: '1.3.36'
|
||||
parallel:
|
||||
matrix:
|
||||
- DEBIAN: ['buster', 'bullseye']
|
||||
- DEBIAN: ['bullseye']
|
||||
RUBY: ['2.7.patched', '3.0.patched']
|
||||
GIT: ['2.33']
|
||||
POSTGRESQL: ['11', '12', '13']
|
||||
|
|
@ -34,9 +34,9 @@ gitlab push:
|
|||
GRAPHICSMAGICK: '1.3.36'
|
||||
parallel:
|
||||
matrix:
|
||||
- DEBIAN: ['buster', 'bullseye']
|
||||
- DEBIAN: ['bullseye']
|
||||
RUBY: ['2.7', '3.0']
|
||||
GIT: ['2.31', '2.33']
|
||||
GIT: ['2.33']
|
||||
NODE: ['16.14']
|
||||
|
||||
gitlab-assets test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue