Commit 58ee9d16 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(ci): Change PHPCompatibility version to 7.3-7.4

Change PHPCompatibility version to 7.3-7.4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -63,7 +63,7 @@ create_php_code_sniffer_rapport: ...@@ -63,7 +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
- phpcs --standard=PHPCompatibility --runtime-set testVersion 7.0-7.4 --file-list=./filelist - phpcs --standard=PHPCompatibility --runtime-set testVersion 7.3-7.4 --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