From b5d00313cba86d82f69a0477650e169158e76d59 Mon Sep 17 00:00:00 2001 From: Hannes Bochmann Date: Wed, 22 Jan 2025 10:53:03 +0100 Subject: [PATCH] Bugfix fix dependencies --- .github/workflows/phpci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpci.yml b/.github/workflows/phpci.yml index d586156..4f91d89 100644 --- a/.github/workflows/phpci.yml +++ b/.github/workflows/phpci.yml @@ -145,7 +145,7 @@ jobs: runs-on: "ubuntu-latest" - needs: ["php-lint", "php-qs"] + needs: ["php-lint", "php-cs", "php-compatibility"] strategy: fail-fast: false