summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-12-03 19:44:37 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-12-03 19:44:37 +0100
commitf6d4617b2cd2b5c57a8ec4c771b01c50176329fc (patch)
treee310545ebff6833a291167cf42680dbf2474e7cf /.drone.yml
parent9eb1ea41ceda9f6e62da7322c31d8d697ae6cb86 (diff)
downloadnextcloud-server-f6d4617b2cd2b5c57a8ec4c771b01c50176329fc.tar.gz
nextcloud-server-f6d4617b2cd2b5c57a8ec4c771b01c50176329fc.zip
Bump 7.1 CI to final!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 6174937ad24..2ee5e8c0730 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -63,7 +63,7 @@ pipeline:
matrix:
TESTS: syntax-php7.0
syntax-php7.1:
- image: nextcloudci/php7.1:php7.1-10
+ image: nextcloudci/php7.1:php7.1-11
commands:
- composer install
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
@@ -121,7 +121,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
- image: nextcloudci/php7.1:php7.1-10
+ image: nextcloudci/php7.1:php7.1-11
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -145,7 +145,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
- image: nextcloudci/php7.1:php7.1-10
+ image: nextcloudci/php7.1:php7.1-11
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: