Skip to content

Commit

Permalink
Heroku app.json: Use Postgres 16 (#443)
Browse files Browse the repository at this point in the history
Since Postgres 13 is deprecated.
  • Loading branch information
dbackeus authored Aug 13, 2024
1 parent a674425 commit aad82d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"plan": "heroku-postgresql",
"options": {
"version": "13"
"version": "16"
}
}
]
Expand Down

0 comments on commit aad82d9

Please sign in to comment.