mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
2
.github/actions/setup-postgres/action.yml
vendored
2
.github/actions/setup-postgres/action.yml
vendored
@@ -2,7 +2,7 @@ name: "Setup Postgres"
|
||||
description: "Starts a Postgres container"
|
||||
inputs:
|
||||
version:
|
||||
default: "latest"
|
||||
default: "17"
|
||||
description: "Postgres version"
|
||||
required: false
|
||||
port:
|
||||
|
||||
Reference in New Issue
Block a user