diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a77b3a127188cef84ea0c7564835dd10d71f76b..b2e1d3d76b828f6d6ee8af97bc069552e5cd8af7 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: