Skip to content

Commit bb35a16

Browse files
authored
Merge pull request #57 from cybertec-postgresql/20230713_release
20230713 release
2 parents 838bcfa + 6ae4811 commit bb35a16

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.11.1'
15+
python-version: '3.11.4'
1616

1717
- name: Checkout code
1818
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.11.1'
15+
python-version: '3.11.4'
1616

1717
- name: Check out code
1818
uses: actions/checkout@v3

install-env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setlocal enableDelayedExpansion
44

5-
set "PYTHON_REF=https://www.python.org/ftp/python/3.11.1/python-3.11.1-amd64.exe"
5+
set "PYTHON_REF=https://www.python.org/ftp/python/3.11.4/python-3.11.4-amd64.exe"
66
@REM one should change python version in github action workflows when changed here
77

88
set PYTHON="python.exe"

make.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@ECHO off
22
SET MD=PES
3-
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.7/etcd-v3.5.7-windows-amd64.zip
4-
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.0.zip
3+
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.9/etcd-v3.5.9-windows-amd64.zip
4+
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.4.zip
55
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip
66
SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe
77
SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.1.0/vip-manager_2.1.0_Windows_x86_64.zip
8-
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-15.1-1-windows-x64-binaries.zip
8+
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-15.3-1-windows-x64-binaries.zip
99
SET PES_REF=https://github.com/cybertec-postgresql/PES/releases/download/v0.2/pes.zip
1010

1111
SET SEVENZIP="C:\Program Files\7-Zip\7z.exe"

0 commit comments

Comments
 (0)