Skip to content
Snippets Groups Projects
Unverified Commit ac1a54cc authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Use new Drone image

parent 842a923a
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ pipeline: ...@@ -28,7 +28,7 @@ pipeline:
matrix: matrix:
TESTS: syntax-php5.6 TESTS: syntax-php5.6
syntax-php7.0: syntax-php7.0:
image: nextcloudci/php7.0:php7.0-7 image: nextcloudci/php7.0:php7.0-13
commands: commands:
- composer install - 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 . - ./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 .
...@@ -44,7 +44,7 @@ pipeline: ...@@ -44,7 +44,7 @@ pipeline:
matrix: matrix:
TESTS: syntax-php7.1 TESTS: syntax-php7.1
phan: phan:
image: nextcloudci/php7.1:php7.0-13 image: nextcloudci/php7.0:php7.0-13
commands: commands:
- composer install - composer install
- ./lib/composer/etsy/phan/phan -k build/.phan/config.php - ./lib/composer/etsy/phan/phan -k build/.phan/config.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment