kopia lustrzana https://github.com/wagtail/wagtail
Test against postgres 11 as standard
rodzic
d4837edef9
commit
2a7b0f6328
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue