From de2eec3fd3bd1c110a28d4a1e7aeccbb49da9fc2 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 25 Aug 2026 08:33:28 +0100 Subject: [PATCH] [CI] Allow rector-laravel dev-main check to fail without blocking --- .github/workflows/rector_laravel_rector_dev.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rector_laravel_rector_dev.yaml b/.github/workflows/rector_laravel_rector_dev.yaml index 9d0304c5ced..caf98a72e79 100644 --- a/.github/workflows/rector_laravel_rector_dev.yaml +++ b/.github/workflows/rector_laravel_rector_dev.yaml @@ -27,4 +27,7 @@ jobs: - run: git clone https://github.com/driftingly/rector-laravel.git - run: composer require rector/rector:dev-main --working-dir rector-laravel + + # downstream 3rd-party repo tested against dev-main; allowed to fail without blocking - run: cd rector-laravel && vendor/bin/phpunit + continue-on-error: true