mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
ci: upgrade postgres service to 12.0
This commit is contained in:
parent
7c139ae974
commit
44e57a5f6f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ test:
|
||||||
BASE_PATH: /api
|
BASE_PATH: /api
|
||||||
MODE: release
|
MODE: release
|
||||||
services:
|
services:
|
||||||
- postgres:9-buster
|
- postgres:12
|
||||||
- rabbitmq:3.8
|
- rabbitmq:3.8
|
||||||
- name: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
- name: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||||
command: ['server', '/minio']
|
command: ['server', '/minio']
|
||||||
|
|
Loading…
Add table
Reference in a new issue