1.update pg image to 10.5-alpine;2.update test support list. (#3727)
This commit is contained in:
parent
f48e11c908
commit
b3da85b526
|
|
@ -24,6 +24,6 @@ environment:
|
|||
- POSTGRES_PASSWORD=postgres
|
||||
dependencies:
|
||||
postgresql-server:
|
||||
image: postgres:9.3-alpine
|
||||
image: postgres:10.5-alpine
|
||||
hostname: postgresql-server
|
||||
|
||||
|
|
|
|||
|
|
@ -62,3 +62,16 @@
|
|||
42.2.3
|
||||
42.2.4.jre6
|
||||
42.2.4.jre7
|
||||
42.2.4
|
||||
42.2.5.jre6
|
||||
42.2.5.jre7
|
||||
42.2.5
|
||||
42.2.6.jre6
|
||||
42.2.6.jre7
|
||||
42.2.6
|
||||
42.2.7.jre6
|
||||
42.2.7.jre7
|
||||
42.2.7
|
||||
42.2.8.jre6
|
||||
42.2.8.jre7
|
||||
42.2.8
|
||||
|
|
|
|||
|
|
@ -25,6 +25,6 @@ environment:
|
|||
- POSTGRES_PASSWORD=postgres
|
||||
dependencies:
|
||||
postgresql-server:
|
||||
image: postgres:9.3-alpine
|
||||
image: postgres:10.5-alpine
|
||||
hostname: postgresql-server
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue