Olivier Massot hai 6 meses
pai
achega
64f9d7d8b3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .gitlab-ci.yml

+ 3 - 1
.gitlab-ci.yml

@@ -57,7 +57,9 @@ code_quality:
   <<: *default_config
   stage: analysis
   script:
-    - php -v
+    - composer show api-platform/core
+    - composer show phpstan/phpstan
+    - composer show --locked | grep -E "(api-platform|phpstan)"
     - php vendor/bin/phpstan analyse -c phpstan.neon.dist --error-format gitlab > phpstan.json || true    # Display code quality in MR
     - php vendor/bin/phpstan analyse -c phpstan.neon.dist
   artifacts: