diff options
author | Robin Appelman <robin@icewind.nl> | 2017-11-22 17:27:08 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-11-22 17:57:17 +0100 |
commit | 95d0b3d4908f233f82b1e3bf64ba22d0d6c172ce (patch) | |
tree | 211faf366d9157bb40e53949277d6254338893a0 /.drone.yml | |
parent | da3004b8f5f6f96f817568c5cba002540d61150b (diff) | |
download | nextcloud-server-95d0b3d4908f233f82b1e3bf64ba22d0d6c172ce.tar.gz nextcloud-server-95d0b3d4908f233f82b1e3bf64ba22d0d6c172ce.zip |
run postgresql 10 tests in drone
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 2f2867a5b2b..186969ccd06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -299,6 +299,7 @@ pipeline: matrix: DB: postgres PHP: 5.6 + POSTGRES: 9 postgres-php7.0: image: nextcloudci/php7.0:php7.0-16 commands: @@ -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 @@ -833,7 +841,7 @@ services: when: matrix: ENABLE_REDIS_CLUSTER: true - postgres: + postgres-9: image: postgres:9 environment: - POSTGRES_USER=oc_autotest @@ -843,6 +851,18 @@ services: when: matrix: DB: postgres + POSTGRES: 9 + postgres-10: + 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: |