chore: update deploy workflow to use postgres 17 for testing
Some checks failed
Deploy / build-and-deploy (push) Failing after 1m17s

This commit is contained in:
juancwu 2026-05-03 22:10:36 +00:00
commit 8acc9ff77f

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-full-24.04
services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
env:
POSTGRES_USER: budgit_test
POSTGRES_PASSWORD: testpass