Bump postgres version in CI

This commit is contained in:
Max Wofford
2025-02-22 02:52:52 -05:00
parent a691f18a6a
commit ee7e6fb04a

View File

@@ -58,7 +58,7 @@ jobs:
services:
postgres:
image: postgres:12.1-alpine
image: postgres:16-alpine
ports:
- 5432:5432
# needed because the postgres container does not provide a healthcheck