Merge branch '402982-add-gitlab-pg15-build' into 'master'

Adds a PG15 build image variant

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

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Leonardo Rosa <ldarosa@gitlab.com>
This commit is contained in:
Stan Hu 2023-05-02 21:34:56 +00:00
commit b06af91083

View file

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