chore(postgresql): support major 13 and upcoming 18 beta

This commit is contained in:
2025-08-10 19:13:00 +02:00
parent 5a5695faa5
commit 0d6c3c2645

View File

@@ -4,10 +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"
postgresql_config_path: >-2
/etc/postgresql/{{ postgresql_major_version }}