Skip to content

Commit

Permalink
Merge pull request #69 from cybertec-postgresql/v240117
Browse files Browse the repository at this point in the history
v240119 release
  • Loading branch information
pashagolub authored Jan 19, 2024
2 parents cb15397 + c6074b3 commit 9394965
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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@v5
with:
python-version: '3.11.5'
python-version: '3.12.1'

- 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@v5
with:
python-version: '3.11.5'
python-version: '3.12.1'

- name: Check out code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions install-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

setlocal enableDelayedExpansion

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

set PYTHON="python.exe"
set PIP="pip3.exe"
if "%RUNNER_TOOL_CACHE%"=="" (
echo Running on a local maching builder
set PYTHON="%ProgramFiles%\Python311\python.exe"
set PYTHON="%ProgramFiles%\Python312\python.exe"
)
if "%RUNNER_TOOL_CACHE%"=="" (
set PIP="%ProgramFiles%\Python311\Scripts\pip3.exe"
set PIP="%ProgramFiles%\Python312\Scripts\pip3.exe"
)

echo Loading the Python installation...
Expand Down
8 changes: 4 additions & 4 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@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.1.zip
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.12/micro-2.0.12-win64.zip
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.5.11/etcd-v3.5.11-windows-amd64.zip
SET PATRONI_REF=https://github.com/zalando/patroni/archive/refs/tags/v3.2.2.zip
SET MICRO_REF=https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-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 VIP_REF=https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.3.0/vip-manager_2.3.0_Windows_x86_64.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

Expand Down

0 comments on commit 9394965

Please sign in to comment.