mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Update dependency postgres to v9.6.24
This commit is contained in:
parent
fc9655ec91
commit
51dd36cca6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: Test postgres-restore
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:9.6.20
|
||||
image: postgres:9.6.24
|
||||
env:
|
||||
POSTGRES_USER: test_user
|
||||
POSTGRES_PASSWORD: test_user_password
|
||||
|
|
Loading…
Add table
Reference in a new issue