Merge branch 'alexives-add-gitlab-14-build' into 'master'

Replace pg11 with pg14 gitlab images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/659

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Alex Ives <aives@gitlab.com>
This commit is contained in:
Stan Hu 2023-03-15 14:38:32 +00:00
commit b4b2d5d108

View file

@ -24,7 +24,7 @@ gitlab:
- OS: ['debian:bullseye']
RUBY: ['2.7.patched', '3.0.patched', '3.1.patched', '3.2.patched']
GIT: ['2.36']
POSTGRESQL: ['11', '12', '13']
POSTGRESQL: ['12', '13', '14']
GOLANG: ['1.18', '1.19']
RUST: ['1.65']
NODE: ['16.14', '18.12']