Add PostgreSQL 13 support to Gitaly CI matrix

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2022-04-27 03:24:01 +00:00
parent d8667216bc
commit f72ffcb906

View file

@ -7,7 +7,7 @@
GOLANG: ['1.16', '1.17']
GIT: ['2.33']
PGBOUNCER: ['1.14', '']
POSTGRESQL: ['11', '12'] # We only use the postgresql-client
POSTGRESQL: ['11', '12', '13'] # We only use the postgresql-client
gitaly test:
needs: []