diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-06 20:13:04 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-06 20:13:04 +0200 |
commit | e64ba1d343206d7223bf011c866592693885867d (patch) | |
tree | 1ef09bcb0bc150650182ac8baaa521bbb6cbaed3 /.drone.yml | |
parent | 7a3d746d0da0b68439fc94c270a18c943dc4df68 (diff) | |
download | nextcloud-server-e64ba1d343206d7223bf011c866592693885867d.tar.gz nextcloud-server-e64ba1d343206d7223bf011c866592693885867d.zip |
Add mysqlmb4 php7.1 drone job
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 6d783545f6c..ba8ce575640 100644 --- a/.drone.yml +++ b/.drone.yml @@ -251,6 +251,14 @@ pipeline: matrix: DB: mysqlmb4 PHP: "7.0" + mysqlmb4-php7.1: + image: nextcloudci/php7.1:php7.1-12 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4 + when: + matrix: + DB: mysqlmb4 + PHP: 7.1 integration-capabilities_features: image: nextcloudci/integration-php7.0:integration-php7.0-4 commands: @@ -619,6 +627,9 @@ matrix: - DB: mysqlmb4 PHP: 7.0 ENABLE_REDIS: true + - DB: mysqlmb4 + PHP: 7.1 + ENABLE_REDIS: true - TESTS: integration-capabilities_features - TESTS: integration-federation_features - TESTS: integration-maintenance-mode |