feat(infra): Use Postgres 17 for dev and test (#9215)

Upgrades dev and test envs to use Postgres 17.

Related: #5442
This commit is contained in:
Jamil
2025-05-23 14:43:47 -07:00
committed by GitHub
parent 18cb7c147b
commit d18c40ef7d
3 changed files with 2 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ name: "Setup Postgres"
description: "Starts a Postgres container"
inputs:
version:
default: "latest"
default: "17"
description: "Postgres version"
required: false
port: