readysettech / readyset

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
https://readyset.io
Other
4.54k stars 125 forks source link

build: Bump postgres version to 15 in public/build/docker-compose.yml #1342

Open ronh-rs opened 4 months ago

ronh-rs commented 4 months ago

The docker-compose.ci-test.yml file uses 15, which overrides docker-compose.yml in CI test jobs anyhow. So let's be consistent.