Unverified Commit a23ceb53 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(ci) Limit PHPCompatibility test to 7.4

1.3-fixes will not support PHP>=8 anyway

issue #6167
Showing with 1 addition and 1 deletion
+1 -1
...@@ -87,7 +87,7 @@ create_php_compatibility_rapport: ...@@ -87,7 +87,7 @@ create_php_compatibility_rapport:
- 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) - 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 $PHP_MIN_VERSION- --file-list=./filelist - phpcs --standard=PHPCompatibility --runtime-set testVersion $PHP_MIN_VERSION-7.4 --file-list=./filelist
# Sonar publishing # Sonar publishing
sonar_publish: sonar_publish:
......
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