Use postgres 10 for tests
This commit is contained in:
parent
1fd8803cd9
commit
0d22b7ad5f
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.6
|
image: postgres:10
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue