Skip to content

ci: test with multiple postgres versions #13665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 26, 2024
Prev Previous commit
Next Next commit
fixup! dokcer-compose.yaml: update postgres version
  • Loading branch information
johnstcn committed Jun 26, 2024
commit d0ac96a885cca74a258a3b4ce1bb48f38e0effff
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
# This is typically in line with "latest".
# Minimum supported version is 13.
# More versions here: https://hub.docker.com/_/postgres
image: "postgres:bookworm"
image: "postgres:16"
ports:
- "5432:5432"
environment:
Expand Down