Skip to content

Commit

Permalink
Merge pull request #57 from cybertec-postgresql/20230713_release
Browse files Browse the repository at this point in the history
20230713 release
  • Loading branch information
pashagolub authored Jul 13, 2023
2 parents 838bcfa + 6ae4811 commit bb35a16
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.1'
python-version: '3.11.4'

- name: Checkout code
uses: actions/checkout@v3
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.1'
python-version: '3.11.4'

- name: Check out code
uses: actions/checkout@v3
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.1/python-3.11.1-amd64.exe"
set "PYTHON_REF=https://www.python.org/ftp/python/3.11.4/python-3.11.4-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.7/etcd-v3.5.7-windows-amd64.zip
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.0.0.zip
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.0.4.zip
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.11/micro-2.0.11-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.1-1-windows-x64-binaries.zip
SET PGSQL_REF=https://get.enterprisedb.com/postgresql/postgresql-15.3-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 bb35a16

Please sign in to comment.