diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-06 10:45:10 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-08-06 10:45:10 +0200 |
commit | 5164f25a543061d52797fd6d3a254f0db954cbfd (patch) | |
tree | f95b4f630ec19efb67374dc8dbac09a67ccc41e6 /.drone.yml | |
parent | 2d7e7212fa9b7cdd7b62b4369658b741bf72b380 (diff) | |
download | nextcloud-server-5164f25a543061d52797fd6d3a254f0db954cbfd.tar.gz nextcloud-server-5164f25a543061d52797fd6d3a254f0db954cbfd.zip |
Add PHP 7.1 mysql job to 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 a74cb335158..3a850ecce2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -209,6 +209,14 @@ pipeline: matrix: DB: mysql PHP: "7.0" + mysql-php7.1: + image: nextcloudci/php7.1:php7.1-12 + commands: + - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql + when: + matrix: + DB: mysql + PHP: 7.1 postgres-php5.6: image: nextcloudci/php5.6:php5.6-7 commands: @@ -588,6 +596,9 @@ matrix: - DB: mysql PHP: 7.0 ENABLE_REDIS: true + - DB: mysql + PHP: 7.1 + ENABLE_REDIS: true - DB: postgres PHP: 5.6 ENABLE_REDIS: true |