Commit 956729a1 authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch...

Merge branch '6225-gitlab-ci-update-core-gitlab-ci-to-use-specific-version-of-phpstan' into '1.4-dev'

Resolve "[gitlab-ci] - Update CORE Gitlab-ci to use specific version of PHPStan"

Closes #6225

See merge request fusiondirectory/fd!972
Showing with 1 addition and 0 deletions
+1 -0
......@@ -74,6 +74,7 @@ create_phpstan_rapport:
script:
- test -d ../dev-tools/ && rm -Rf ../dev-tools/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- composer global require phpstan/phpstan=0.12.94
- cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon .
- /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment