ci: tests against postgresql 14

This commit is contained in:
Colin Darie 2022-10-19 15:07:40 +02:00 committed by LeSim
parent b7bae349d4
commit cfeeb3f3ba

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