chore: update deploy workflow to use postgres 17 for testing
Some checks failed
Deploy / build-and-deploy (push) Failing after 1m17s
Some checks failed
Deploy / build-and-deploy (push) Failing after 1m17s
This commit is contained in:
parent
ed96faec8f
commit
8acc9ff77f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-full-24.04
|
runs-on: ubuntu-full-24.04
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:17-alpine
|
||||||
env:
|
env:
|
||||||
POSTGRES_USER: budgit_test
|
POSTGRES_USER: budgit_test
|
||||||
POSTGRES_PASSWORD: testpass
|
POSTGRES_PASSWORD: testpass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue