Merge branch 'tnir/add-pg-13-to-gitaly-matrix' into 'master'

Add PostgreSQL 13 support to Gitaly CI matrix

See merge request gitlab-org/gitlab-build-images!523
This commit is contained in:
Stan Hu 2022-04-27 15:25:31 +00:00
commit be7af7d540

View file

@ -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: []