Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/pr-test-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
# Pinned to match the version used in ci.yml and docker-compose.yml
# (production target). Keep these in sync — see issue #1282.
image: postgres:16-alpine@sha256:e013e867e712fec275706a6c51c966f0bb0c93cfa8f51000f85a15f9865a28cb
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Required:
- Rust toolchain (stable via rustup)
- Node.js 20+
- npm
- PostgreSQL 14+
- PostgreSQL 16 (matches the version pinned in `docker-compose.yml` and CI)
- Docker & Docker Compose (recommended for local infra)
- Stellar CLI / Soroban CLI (https://github.com/stellar/stellar-cli)

Expand Down
Loading