Maintenance: Specify a certain PostgreSQL version for the build process that still works with older platforms.

This commit is contained in:
Martin Gruner 2021-10-04 11:57:32 +02:00
parent dd66c30d59
commit ca6e510ed4
1 changed files with 1 additions and 1 deletions

View File

@ -116,6 +116,6 @@ env:
- ZAMMAD_RAILS_PORT=3000
- ZAMMAD_WEBSOCKET_PORT=6042
services:
- postgres
- postgres:13
before_install: contrib/packager.io/preinstall.sh
after_install: contrib/packager.io/postinstall.sh