Add Postgresql 16 build variant

This commit is contained in:
Jon Jenkins 2024-02-14 18:53:56 +00:00 committed by Stan Hu
parent cb802da4ab
commit df6c48650c
3 changed files with 26 additions and 1 deletions

View file

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

View file

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