Skip to content

Commit

Permalink
Bump postgres in CI because django 5.1 requires at least 13
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Apr 11, 2024
1 parent 559e386 commit a2c43bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:12.8
image: postgres:13.13
env:
POSTGRES_USER: modeltrans
POSTGRES_PASSWORD: modeltrans
Expand Down

0 comments on commit a2c43bd

Please sign in to comment.