From 33e97d7c955e01941c2aa24fd99f98ed7a8218e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:18:39 +0200 Subject: [PATCH] ci: disable phan - it is not ready for ldap_* - see https://github.com/phan/phan/issues/4810 --- .drone.star | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.star b/.drone.star index 048dc83c..fc9efeac 100644 --- a/.drone.star +++ b/.drone.star @@ -60,13 +60,7 @@ config = { ], "codestyle": True, "phpstan": True, - "phan": { - "multipleVersions": { - "phpVersions": [ - DEFAULT_PHP_VERSION, - ], - }, - }, + "phan": False, "javascript": False, "phpunit": { "allDatabases": {