force postgres 14 for func tests (#1813)
the postgres 15 image (released two days ago) has a permission issue. proper fix will follow
This commit is contained in:
parent
8fecc2c00b
commit
2b7f6b2b84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bats-postgres.yml
vendored
2
.github/workflows/bats-postgres.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
timeout-minutes: 20
|
||||
services:
|
||||
database:
|
||||
image: postgres:latest
|
||||
image: postgres:14
|
||||
env:
|
||||
POSTGRES_PASSWORD: "secret"
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue