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:
mmetc 2022-10-17 09:21:55 +02:00 committed by GitHub
parent 8fecc2c00b
commit 2b7f6b2b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
timeout-minutes: 20
services:
database:
image: postgres:latest
image: postgres:14
env:
POSTGRES_PASSWORD: "secret"
ports: