Skip to content

Commit 9eab20e

Browse files
committed
[+] bump PostgreSQL to v17.2
1 parent 44affdf commit 9eab20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $PATRONI_REF = "https://github.com/patroni/patroni/archive/refs/tags/v4.0.4.zip"
55
$MICRO_REF = "https://github.com/zyedidia/micro/releases/download/v2.0.14/micro-2.0.14-win64.zip"
66
$WINSW_REF = "https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe"
77
$VIP_REF = "https://github.com/cybertec-postgresql/vip-manager/releases/download/v3.0.0/vip-manager_3.0.0_Windows_x86_64.zip"
8-
$PGSQL_REF = "https://get.enterprisedb.com/postgresql/postgresql-16.4-1-windows-x64-binaries.zip"
8+
$PGSQL_REF = "https://get.enterprisedb.com/postgresql/postgresql-17.2-1-windows-x64-binaries.zip"
99
$PYTHON_REF = "https://www.python.org/ftp/python/3.13.1/python-3.13.1-amd64.exe"
1010
# one should change python version in github action workflows when changed here
1111

0 commit comments

Comments
 (0)