Skip to content

Commit 9277d24

Browse files
authored
Merge pull request #11746 from nextcloud/ci/php72-syntax
Add syntax ci job for php7.2
2 parents 793f53c + 6680966 commit 9277d24

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.drone.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)