Skip to content

Commit

Permalink
Update to postgres 13 for django 5.x tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 20, 2024
1 parent cb6a009 commit f3803cb
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 @@ -64,7 +64,7 @@ jobs:

services:
postgres:
image: postgres:12
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit f3803cb

Please sign in to comment.