Skip to content

Commit

Permalink
fix(ci): pin postgres image
Browse files Browse the repository at this point in the history
- nextcloud/firstrunwizard#864

Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed May 5, 2023
1 parent bc799b5 commit f49521a
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 @@ -26,7 +26,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 f49521a

Please sign in to comment.