From a4062b02a4790f9fe2d43c901f67d56e3733a602 Mon Sep 17 00:00:00 2001 From: Christian Leucht Date: Mon, 18 Sep 2023 15:49:57 +0200 Subject: [PATCH] workflows/php-qa.yml // execute all steps in parallel. --- .github/workflows/php-qa.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/php-qa.yml b/.github/workflows/php-qa.yml index e174484..545bc93 100644 --- a/.github/workflows/php-qa.yml +++ b/.github/workflows/php-qa.yml @@ -9,12 +9,10 @@ jobs: PHP_MATRIX: >- ["8.0", "8.1", "8.2"] coding-standards-analysis-php: - needs: lint-php uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main with: PHPCS_ARGS: '--report=summary' tests-unit-php: - needs: [ coding-standards-analysis-php ] uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main with: PHP_MATRIX: >-