File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,6 +81,14 @@ pipeline:
8181 when :
8282 matrix :
8383 TESTS : syntax-php7.1
84+ syntax-php7.2 :
85+ image : nextcloudci/php7.2:php7.2-12
86+ commands :
87+ - composer install
88+ - ./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 --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
89+ when :
90+ matrix :
91+ TESTS : syntax-php7.2
8492 phan :
8593 image : nextcloudci/php7.2:php7.2-12
8694 commands :
@@ -903,6 +911,7 @@ matrix:
903911 - TESTS : jsunit
904912 - TESTS : syntax-php7.0
905913 - TESTS : syntax-php7.1
914+ - TESTS : syntax-php7.2
906915 - TESTS : phan
907916 - TESTS : litmus-v1
908917 - TESTS : litmus-v2
You can’t perform that action at this time.
0 commit comments