Commit 8fbbc401 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

Merge branch...

Merge branch '6198-update-of-gitlab-ci-core-due-to-phpcompatibility-phpcsutils-update' into '1.4-dev'

Resolve "Update of Gitlab CI Core due to PHPCompatibility & PHPCSUtils  update"

Closes #6198

See merge request fusiondirectory/fd!943
Showing with 1 addition and 2 deletions
+1 -2
...@@ -63,8 +63,7 @@ create_php_code_sniffer_rapport: ...@@ -63,8 +63,7 @@ create_php_code_sniffer_rapport:
- git clone --depth 1 https://github.com/PHPCompatibility/PHPCompatibility.git ../PHPCompatibility - git clone --depth 1 https://github.com/PHPCompatibility/PHPCompatibility.git ../PHPCompatibility
- git clone --depth 1 https://github.com/PHPCSStandards/PHPCSUtils.git ../PHPCSUtils - git clone --depth 1 https://github.com/PHPCSStandards/PHPCSUtils.git ../PHPCSUtils
- phpcs --config-set installed_paths /builds/fusiondirectory/PHPCompatibility,/builds/fusiondirectory/PHPCSUtils - phpcs --config-set installed_paths /builds/fusiondirectory/PHPCompatibility,/builds/fusiondirectory/PHPCSUtils
- PHP_MIN_VERSION=$(grep PHP_MIN_VERSION include/variables_common.inc| cut -d\' -f4| cut -d"." -f 1-2) - phpcs --standard=PHPCompatibility --runtime-set testVersion 7.3-7.4 --file-list=./filelist
- phpcs --standard=PHPCompatibility --runtime-set testVersion $PHP_MIN_VERSION- --file-list=./filelist
# phpstan # phpstan
create_phpstan_rapport: create_phpstan_rapport:
......
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