aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2016-11-24 21:33:24 +0100
committerGitHub <noreply@github.com>2016-11-24 21:33:24 +0100
commitc398fdda7e6cc74faccfd7d6ce62f489337f379c (patch)
tree4a1a1c83c63e0e313f5a427fd120a31273dbec92
parent5fb43b1cc9a29409e75304716c42ad30945127f3 (diff)
parent2ddee155f7ee027f5dad7aa0cc4e4ab4a2cdbc1e (diff)
downloadnextcloud-server-c398fdda7e6cc74faccfd7d6ce62f489337f379c.tar.gz
nextcloud-server-c398fdda7e6cc74faccfd7d6ce62f489337f379c.zip
Merge pull request #2319 from nextcloud/php-7.1rc6
Bump php7.1 container to RC6
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 3b56e54278b..51c2eb3a461 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -113,7 +113,7 @@ pipeline:
DB: NODB
PHP: "7.0"
nodb-php7.1:
- image: nextcloudci/php7.1:php7.1-9
+ image: nextcloudci/php7.1:php7.1-10
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
@@ -137,7 +137,7 @@ pipeline:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
- image: nextcloudci/php7.1:php7.1-9
+ image: nextcloudci/php7.1:php7.1-10
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when: