From 94f8bd9bfd85cbc664935f41004d1556cff50f48 Mon Sep 17 00:00:00 2001 From: Thibault Dockx <thibault.dockx@fusiondirectory.org> Date: Mon, 29 Aug 2022 16:59:39 +0100 Subject: [PATCH] :ambulance: Fix gitlab-ci phpstan to run previous release. This is a commit to verify the phpstan version triggered by the CI. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index becf30668..f6617b22b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,8 @@ create_phpstan_rapport: - test -d ../dev-tools/ && rm -Rf ../dev-tools/ - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools - cp ../dev-tools/phpstan/fusiondirectory/1.4-dev/*.neon . + - cd /root/.composer/ + - composer require phpstan/phpstan=0.12.94 - /root/.composer/vendor/bin/phpstan analyse -c phpstan.neon # fusiondirectory-update-locale -- GitLab