Skip to content

Commit

Permalink
run postgresql 10 tests in drone
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Nov 22, 2017
1 parent 8e02b08 commit f903043
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ pipeline:
matrix:
DB: postgres
PHP: 5.6
POSTGRES: 9
postgres-php7.0:
image: nextcloudci/php7.0:php7.0-16
commands:
Expand Down Expand Up @@ -746,12 +747,19 @@ matrix:
ENABLE_REDIS: true
- DB: postgres
PHP: 5.6
POSTGRES: 9
ENABLE_REDIS: true
- DB: postgres
PHP: 7.0
POSTGRES: 9
ENABLE_REDIS: true
- DB: postgres
PHP: 7.1
POSTGRES: 9
ENABLE_REDIS: true
- DB: postgres
PHP: 7.1
POSTGRES: 10
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
Expand Down Expand Up @@ -843,6 +851,18 @@ services:
when:
matrix:
DB: postgres
POSTGRES: 9
postgres:
image: postgres:10
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_PASSWORD=owncloud
tmpfs:
- /var/lib/postgresql/data
when:
matrix:
DB: postgres
POSTGRES: 10
mysql:
image: mysql:5.7
environment:
Expand Down

0 comments on commit f903043

Please sign in to comment.