From 58ee9d166b5d231e2d0dcb8f8870d566afabf777 Mon Sep 17 00:00:00 2001
From: Jonathan Swaelens <jonathan.swaelens@fusiondirectory.org>
Date: Fri, 18 Mar 2022 09:45:45 +0000
Subject: [PATCH] :sparkles: feat(ci): Change PHPCompatibility version to
 7.3-7.4

Change PHPCompatibility version to 7.3-7.4
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a77b3a12..b2e1d3d76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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/PHPCSStandards/PHPCSUtils.git ../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
 create_phpstan_rapport:
-- 
GitLab