Test against postgres 11 as standard

pull/8943/head
Matt Westcott 2022-08-03 14:11:52 +02:00 zatwierdzone przez Matt Westcott
rodzic d4837edef9
commit 2a7b0f6328
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -88,7 +88,7 @@ jobs:
services:
postgres:
image: ${{ matrix.postgres || 'postgres:10.8' }}
image: ${{ matrix.postgres || 'postgres:11' }}
env:
POSTGRES_PASSWORD: postgres
ports:
@ -258,7 +258,9 @@ jobs:
services:
postgres:
image: postgres:10.8
image: postgres:11
env:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
@ -308,7 +310,9 @@ jobs:
services:
postgres:
image: postgres:10.8
image: postgres:11
env:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5