Skip to content

Commit fbb9f4c

Browse files
committed
Use an action to start postgres
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 31e7e6a commit fbb9f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-unit-tests-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ikalnytskyi/action-setup-postgres@v7
3434
id: postgres
3535
with:
36-
postgres-version: "13"
36+
postgres-version: "14" # 13 is not supported.
3737
database: ${{ env.POSTGRES_DB }}
3838
username: ${{ env.POSTGRES_USER }}
3939
password: ${{ env.POSTGRES_PASSWORD }}

0 commit comments

Comments
 (0)