mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Postgresql 16 build variant
This commit is contained in:
parent
cb802da4ab
commit
df6c48650c
3 changed files with 26 additions and 1 deletions
|
|
@ -83,6 +83,9 @@ postgres-14-pgvector-0.4.1:
|
|||
postgres-15-pgvector-0.4.1:
|
||||
extends: .build_static_image
|
||||
|
||||
postgres-16-pgvector-0.4.1:
|
||||
extends: .build_static_image
|
||||
|
||||
redis-cluster-6.2.12:
|
||||
extends: .build_static_image
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ gitlab:
|
|||
matrix:
|
||||
- OS: ['debian:bookworm', 'debian:bookworm-slim']
|
||||
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
|
||||
POSTGRESQL: ['13', '14', '15']
|
||||
POSTGRESQL: ['13', '14', '15', '16']
|
||||
GOLANG: ['1.20', '1.21']
|
||||
CHROME: ['119', '120']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue