Merge pull request #7930 from colinux/ci-pg-14

ci: tests against postgresql 14.3
This commit is contained in:
LeSim 2022-10-20 17:19:19 +02:00 committed by GitHub
commit 2e9f87a629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:12
image: postgres:14
env:
POSTGRES_USER: tps_test
POSTGRES_DB: tps_test
@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:12
image: postgres:14
env:
POSTGRES_USER: tps_test
POSTGRES_DB: tps_test
@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:12
image: postgres:14
env:
POSTGRES_USER: tps_test
POSTGRES_DB: tps_test