CI: pin postgres to v14

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2022-11-18 16:50:47 +01:00
parent df4cb1a0e9
commit bda7588a50
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ jobs:
MYSQL_ROOT_PASSWORD: rootpassword
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
postgres:
image: postgres
image: postgres:14
ports:
- 4445:5432/tcp
env:

View File

@ -40,7 +40,7 @@ jobs:
MYSQL_ROOT_PASSWORD: rootpassword
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
postgres:
image: postgres
image: postgres:14
ports:
- 4445:5432/tcp
env:

View File

@ -48,7 +48,7 @@ jobs:
MYSQL_ROOT_PASSWORD: rootpassword
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
postgres:
image: postgres
image: postgres:14
ports:
- 4445:5432/tcp
env: