chore(postgresql): support major 13 and upcoming 18 beta
This commit is contained in:
@@ -4,10 +4,12 @@ postgresql_version: >-2
|
|||||||
{{ postgresql_versions[postgresql_major_version | string] }}
|
{{ postgresql_versions[postgresql_major_version | string] }}
|
||||||
postgresql_major_version: 16
|
postgresql_major_version: 16
|
||||||
postgresql_versions:
|
postgresql_versions:
|
||||||
|
"18": "18beta2"
|
||||||
"17": "17.5"
|
"17": "17.5"
|
||||||
"16": "16.9"
|
"16": "16.9"
|
||||||
"15": "15.13"
|
"15": "15.13"
|
||||||
"14": "14.18"
|
"14": "14.18"
|
||||||
|
"13": "13.21"
|
||||||
|
|
||||||
postgresql_config_path: >-2
|
postgresql_config_path: >-2
|
||||||
/etc/postgresql/{{ postgresql_major_version }}
|
/etc/postgresql/{{ postgresql_major_version }}
|
||||||
|
Reference in New Issue
Block a user