From 5de8e664f585efab07bac93994b9d7949f2621b2 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@fusiondirectory.org> Date: Mon, 20 Feb 2023 16:56:03 +0100 Subject: [PATCH] :handshake: fix(ci) add a variable for PHPCompatibility Signed-off-by: Benoit Mortier <benoit.mortier@fusiondirectory.org> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7bcb1335..feaa19b9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ create_php_code_sniffer_rapport: - find . -type f -name '*.php' -o -name '*.inc' > ./filelist - /root/.composer/vendor/bin/phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist - /root/.composer/vendor/bin/phpcs --config-set installed_paths /PHPCompatibility,/PHPCSUtils - - /root/.composer/vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.3-7.4 --file-list=./filelist + - /root/.composer/vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion $PHP_COMPATIBILITY --file-list=./filelist # phpstan create_phpstan_rapport: -- GitLab