Update pre.yml

This commit is contained in:
qiaofeng1227 2022-10-20 14:38:42 +08:00 committed by GitHub
parent 8e6af69077
commit e8eb163cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
- pause:
prompt: |
Choice PostgreSQL version:
0: PostgreSQL latest
0: PostgreSQL 15
1: PostgreSQL 14
2: PostgreSQL 13
3: PostgreSQL 12
@ -19,7 +19,7 @@
- set_fact:
postgresql_version_meta:
"0": "latest"
"0": "15"
"1": "14"
"2": "13"
"3": "12"