Skip to content

Commit

Permalink
Merge pull request #137 from tj-actions/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v16.2
  • Loading branch information
repo-ranger[bot] authored Feb 13, 2024
2 parents aa20d08 + 396eca9 commit 723cfa2
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Test schemaspy
services:
postgres:
image: postgres:16.1
image: postgres:16.2
env:
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_user_password
Expand Down
2 changes: 1 addition & 1 deletion docs/public/testdb.public.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><database name="testdb" schema="public" type="PostgreSQL - 16.1 (Debian 16.1-1.pgdg120+1)">
<?xml version="1.0" encoding="UTF-8"?><database name="testdb" schema="public" type="PostgreSQL - 16.2 (Debian 16.2-1.pgdg120+2)">
<sequences>
<sequence increment="1" name="accounts_user_id_seq" startValue="1"/>
</sequences>
Expand Down

0 comments on commit 723cfa2

Please sign in to comment.