diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-09-01 12:30:05 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-09-01 12:30:05 +0200 |
commit | 7f8c5ed4975524a8f7c65a0169cc3932c4a8dbf3 (patch) | |
tree | 741c07f476287cebc15a91af5a123fd63c34ff7e /.drone.yml | |
parent | 1ae4a2f9e4ed34a1f3fa6beae3cd513e2bdf51c3 (diff) | |
download | nextcloud-server-7f8c5ed4975524a8f7c65a0169cc3932c4a8dbf3.tar.gz nextcloud-server-7f8c5ed4975524a8f7c65a0169cc3932c4a8dbf3.zip |
Activate APCu on PHP 7
Fix an issue with APCus inc and dec methods on PHP 7
see https://github.com/krakjoe/apcu/issues/183#issuecomment-244038221 for details
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 6016ebd6981..bbeb85df927 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ build: - git submodule update --init - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite nodb-php7.0: - image: nextcloudci/php7.0:1.0.9 + image: nextcloudci/php7.0:php7.0-1 commands: - rm -rf data/* config/config.php # TODO: remove this - temporary fix for CI issues - git submodule update --init |