Skip to content

Commit

Permalink
Merge pull request #59 from cybertec-postgresql/20230925_release
Browse files Browse the repository at this point in the history
20230925 release
  • Loading branch information
pashagolub authored Sep 25, 2023
2 parents ea6e1ac + e073b58 commit 84c0470
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11.4'
python-version: '3.11.5'

- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11.4'
python-version: '3.11.5'

- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion install-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setlocal enableDelayedExpansion

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

set PYTHON="python.exe"
Expand Down
6 changes: 3 additions & 3 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@ECHO off
SET MD=PES
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.9/etcd-v3.5.9-windows-amd64.zip
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.1.0.zip
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-win64.zip
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.1.1.zip
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.12/micro-2.0.12-win64.zip
SET WINSW_REF=https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe
SET VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.1.0/vip-manager_2.1.0_Windows_x86_64.zip
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-15.3-1-windows-x64-binaries.zip
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-16.0-1-windows-x64-binaries.zip
SET PES_REF=https://github.com/cybertec-postgresql/PES/releases/download/v0.2/pes.zip

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

0 comments on commit 84c0470

Please sign in to comment.