We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d9076 commit 3f65095Copy full SHA for 3f65095
.github/workflows/run-unit-tests-macos.yml
@@ -33,10 +33,10 @@ jobs:
33
python-version: ${{ matrix.python-version }}
34
35
- name: Set up Python ${{ matrix.python-version }}
36
- uses: ikalnytskyi/action-setup-postgres@v7
+ uses: ikalnytskyi/action-setup-postgres@v8
37
id: postgres
38
with:
39
- postgres-version: "14" # 13 is not supported.
+ postgres-version: "17"
40
database: ${{ env.POSTGRES_DB }}
41
username: ${{ env.POSTGRES_USER }}
42
password: ${{ env.POSTGRES_PASSWORD }}
.github/workflows/run-unit-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
23
services:
24
postgres:
25
- image: postgres:13
+ image: postgres:17
26
env:
27
POSTGRES_DB: ${{ env.POSTGRES_DB }}
28
POSTGRES_USER: ${{ env.POSTGRES_USER }}
0 commit comments