summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-26 12:54:00 +0200
committerJoas Schilling <coding@schilljs.com>2018-07-26 12:54:00 +0200
commit9c5d18144fe67132e3a70bb319f6fb2c6ed1d49e (patch)
tree601bad098742a13c5763556ad817e47797c4d720 /.drone.yml
parentc1d4482d507e44929037b3495cccd63fa5ba0d38 (diff)
Move to phpunit 6.5+ (same as server)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index a2be04991..e1352e5e8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,7 +14,7 @@ pipeline:
matrix:
TESTS: stylelint
check-app-compatbility:
- image: nextcloudci/php7.0:php7.0-2
+ image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -32,7 +32,7 @@ pipeline:
matrix:
TESTS: check-app-compatbility
syntax-php7.0:
- image: nextcloudci/php7.0:php7.0-2
+ image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -48,7 +48,7 @@ pipeline:
matrix:
TESTS: syntax-php7.0
signed-off-check:
- image: nextcloudci/php7.0:php7.0-2
+ image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -64,7 +64,7 @@ pipeline:
matrix:
TESTS: signed-off-check
php7.0:
- image: nextcloudci/php7.0:php7.0-2
+ image: nextcloudci/php7.0:php7.0-19
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -84,7 +84,7 @@ pipeline:
matrix:
TESTS: php7.0
php7.1:
- image: nextcloudci/php7.1:php7.1-15
+ image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -104,7 +104,7 @@ pipeline:
matrix:
TESTS: php7.1
php7.2:
- image: nextcloudci/php7.2:php7.2-9
+ image: nextcloudci/php7.2:php7.2-12
environment:
- APP_NAME=spreed
- CORE_BRANCH=master
@@ -124,7 +124,7 @@ pipeline:
matrix:
TESTS: php7.2
php7.1-integration:
- image: nextcloudci/php7.1:php7.1-15
+ image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=spreed
- CORE_BRANCH=master