diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-12-21 15:52:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-21 15:52:23 +0100 |
commit | 7150a9d72bb67a03473d38f36041a3b7288ab271 (patch) | |
tree | d1e26d5031dcde70758a8283ee76020c01ada762 | |
parent | 90411cdb01df67d09c5ab01ad9a16ebeffdd428a (diff) | |
parent | ad1c6c9596eed6edc3b79990eee8df7aeca7a5d9 (diff) | |
download | nextcloud-server-7150a9d72bb67a03473d38f36041a3b7288ab271.tar.gz nextcloud-server-7150a9d72bb67a03473d38f36041a3b7288ab271.zip |
Merge pull request #2795 from nextcloud/stable9-update-drone-images
[stable9] update drone images to latest version
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index ec3bc51fcdc..b9505f47f34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ pipeline: matrix: TESTS: syntax-php5.6 syntax-php7.0: - image: nextcloudci/php7.0:php7.0-6 + image: nextcloudci/php7.0:php7.0-7 commands: - composer install - vendor/bin/parallel-lint --exclude vendor/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude vendor/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php . |