Skip to content
Snippets Groups Projects
Unverified Commit 04c80c68 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Add syntax ci job for php7.2

parent 793f53c9
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,14 @@ pipeline: ...@@ -81,6 +81,14 @@ pipeline:
when: when:
matrix: matrix:
TESTS: syntax-php7.1 TESTS: syntax-php7.1
syntax-php7.2:
image: nextcloudci/php7.2:php7.2-12
commands:
- 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 .
when:
matrix:
TESTS: syntax-php7.2
phan: phan:
image: nextcloudci/php7.2:php7.2-12 image: nextcloudci/php7.2:php7.2-12
commands: commands:
...@@ -903,6 +911,7 @@ matrix: ...@@ -903,6 +911,7 @@ matrix:
- TESTS: jsunit - TESTS: jsunit
- TESTS: syntax-php7.0 - TESTS: syntax-php7.0
- TESTS: syntax-php7.1 - TESTS: syntax-php7.1
- TESTS: syntax-php7.2
- TESTS: phan - TESTS: phan
- TESTS: litmus-v1 - TESTS: litmus-v1
- TESTS: litmus-v2 - TESTS: litmus-v2
......
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