update(postgresql): bump versions

This commit is contained in:
2025-09-06 20:05:03 +02:00
parent 76eb495280
commit bad7b73aff

View File

@@ -4,12 +4,12 @@ postgresql_version: >-2
{{ postgresql_versions[postgresql_major_version | string] }}
postgresql_major_version: 16
postgresql_versions:
"18": "18beta2"
"17": "17.5"
"16": "16.9"
"15": "15.13"
"14": "14.18"
"13": "13.21"
"18": "18rc1"
"17": "17.6"
"16": "16.10"
"15": "15.14"
"14": "14.19"
"13": "13.22"
postgresql_config_path: >-2
/etc/postgresql/{{ postgresql_major_version }}