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
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
env:
|
||||
POSTGRES_USER: budgit_test
|
||||
POSTGRES_PASSWORD: testpass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue