Skip to content

Commit

Permalink
Upgrade PostgreSQL used in tests to version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Apr 8, 2024
1 parent 29eb73a commit 84be508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

services:
postgres:
image: public.ecr.aws/docker/library/postgres:14
image: public.ecr.aws/docker/library/postgres:16
ports:
- 55433:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion tests/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
services:
postgresql:
image: postgres:14
image: postgres:16
environment:
POSTGRES_USER: resolwe
POSTGRES_PASSWORD: resolwe
Expand Down

0 comments on commit 84be508

Please sign in to comment.