update(postgresql): bump to version 17.5, 16.9, 15.13 and 14.18

This commit is contained in:
2025-07-12 21:29:05 +02:00
parent 3d290a83c7
commit 8b5f1f2d6b

View File

@ -4,10 +4,10 @@ postgresql_version: >-2
{{ postgresql_versions[postgresql_major_version | string] }}
postgresql_major_version: 16
postgresql_versions:
"17": "17.2"
"16": "16.6"
"15": "15.10"
"14": "14.15"
"17": "17.5"
"16": "16.9"
"15": "15.13"
"14": "14.18"
postgresql_config_path: >-2
/etc/postgresql/{{ postgresql_major_version }}