Skip to content

Commit

Permalink
ci: Specify postgres 14 in test workflows
Browse files Browse the repository at this point in the history
Backport of #7443

Signed-off-by: Anna Larch <anna@nextcloud.com>
  • Loading branch information
miaulalala authored and ChristophWurst committed Aug 7, 2024
1 parent 6b7369f commit 90cd763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--health-timeout=5s
--health-retries=3
postgres-service:
image: postgres
image: postgres:14
env:
POSTGRES_USER: nextcloud
POSTGRES_DB: nextcloud
Expand Down

0 comments on commit 90cd763

Please sign in to comment.