Merge branch 'sh-gitaly-postgresql-version' into 'master'

Use explicit PostgreSQL version for Gitaly images

See merge request gitlab-org/gitlab-build-images!486
This commit is contained in:
Stan Hu 2022-02-10 18:40:53 +00:00
commit 1872ff455a

View file

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