Skip to content

Commit

Permalink
php-qa.yml // remove "jobs.*.needs".
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Leucht <c.leucht@inpsyde.com>
  • Loading branch information
Chrico committed Aug 23, 2024
1 parent 634d6c0 commit b14eef5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,12 @@ jobs:
with:
PHP_VERSION: ${{ matrix.php }}
coding-standards-analysis-php:
needs: lint-php
uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main
static-code-analysis-php:
needs: lint-php
uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main
with:
PSALM_ARGS: '--output-format=github --no-cache --find-unused-psalm-suppress'
tests-unit-php:
needs: [ static-code-analysis-php, coding-standards-analysis-php ]
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
Expand Down

0 comments on commit b14eef5

Please sign in to comment.