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 31e7e6a commit fbb9f4cCopy full SHA for fbb9f4c
1 file changed
.github/workflows/run-unit-tests-macos.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: ikalnytskyi/action-setup-postgres@v7
34
id: postgres
35
with:
36
- postgres-version: "13"
+ postgres-version: "14" # 13 is not supported.
37
database: ${{ env.POSTGRES_DB }}
38
username: ${{ env.POSTGRES_USER }}
39
password: ${{ env.POSTGRES_PASSWORD }}
0 commit comments