diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-06 13:07:34 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-06 13:07:34 +0200 |
commit | 68d6e788e4d1058144c1ed1cc4fd90553cf3bf12 (patch) | |
tree | 8f8744dec34e22aabd79479e3e60743ecc2905ed /.drone.yml | |
parent | 1247bd875541ecf741d683bcc6835baf56c9ebdd (diff) | |
download | nextcloud-server-68d6e788e4d1058144c1ed1cc4fd90553cf3bf12.tar.gz nextcloud-server-68d6e788e4d1058144c1ed1cc4fd90553cf3bf12.zip |
Add myslqmb4 php 7.0 drone
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 3a850ecce2c..6d783545f6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -243,6 +243,14 @@ pipeline: matrix: DB: mysqlmb4 PHP: 5.6 + mysqlmb4-php7.0: + image: nextcloudci/php7.0:php7.0-13 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 + when: + matrix: + DB: mysqlmb4 + PHP: "7.0" integration-capabilities_features: image: nextcloudci/integration-php7.0:integration-php7.0-4 commands: @@ -608,6 +616,9 @@ matrix: - DB: mysqlmb4 PHP: 5.6 ENABLE_REDIS: true + - DB: mysqlmb4 + PHP: 7.0 + ENABLE_REDIS: true - TESTS: integration-capabilities_features - TESTS: integration-federation_features - TESTS: integration-maintenance-mode |