Skip to content

Commit

Permalink
Update PostgreSQL on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jan 6, 2025
1 parent 5152856 commit 72a694e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
MIX_ENV: test
services:
postgres:
image: postgres:12.4
image: postgres:16.6
ports: ['5432:5432']
env:
POSTGRES_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
database:
image: postgres:12.4
image: postgres:16.6
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand Down

0 comments on commit 72a694e

Please sign in to comment.