mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Add PostgreSQL 13 support to Gitaly CI matrix
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
d8667216bc
commit
f72ffcb906
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
GOLANG: ['1.16', '1.17']
|
GOLANG: ['1.16', '1.17']
|
||||||
GIT: ['2.33']
|
GIT: ['2.33']
|
||||||
PGBOUNCER: ['1.14', '']
|
PGBOUNCER: ['1.14', '']
|
||||||
POSTGRESQL: ['11', '12'] # We only use the postgresql-client
|
POSTGRESQL: ['11', '12', '13'] # We only use the postgresql-client
|
||||||
|
|
||||||
gitaly test:
|
gitaly test:
|
||||||
needs: []
|
needs: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue