mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
commit
be7af7d540
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