From 2fe3d3c52490ada9de0eaee9ca7c4395c2eaae40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Tue, 13 Feb 2024 08:32:46 +0100 Subject: [PATCH] Allow rector to fail because of this exception: Could not process "src/DependencyInjection/Configuration.php" file, due to: "Call to undefined method PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode::getRequireExtendsTagValues( )". On line: 328 --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a47891d..999cd5e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,6 +58,7 @@ jobs: - name: "Rector" run: "vendor/bin/rector process --dry-run" + continue-on-error: true - name: "Lint yaml files" run: "(cd tests/Application && bin/console lint:yaml ../../src/Resources)"