mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-09 19:27:54 +02:00
[PostGres Checkpointer] Run CI on PG15 as well (#1953)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgres-test:
|
||||
image: postgres:16
|
||||
image: postgres:${POSTGRES_VERSION:-16}
|
||||
ports:
|
||||
- "5441:5432"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user