fix: upgrade to PostgreSQL 17 for transaction_timeout support
This commit is contained in:
parent
4acf0d5248
commit
abcca08f0b
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: timescale/timescaledb:latest-pg16
|
||||
image: timescale/timescaledb:latest-pg17
|
||||
env:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: timescale/timescaledb:latest-pg16
|
||||
image: timescale/timescaledb:latest-pg17
|
||||
env:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue