Skip to content

Commit

Permalink
Update php-qa.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Leucht <[email protected]>
  • Loading branch information
Chrico authored Sep 4, 2023
1 parent f5ef216 commit 6ac0d1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ on:
- 'psalm*'
- 'phpunit*'
- '**.php'
env:
PHP_VERSION_MATRIX: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-php:
strategy:
matrix:
php: ${{ fromJSON(env.PHP_VERSION_MATRIX) }}
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
with:
PHP_VERSION: ${{ matrix.php }}
Expand All @@ -42,7 +40,7 @@ jobs:
needs: [ static-code-analysis-php, coding-standards-analysis-php ]
strategy:
matrix:
php: ${{ fromJSON(env.PHP_VERSION_MATRIX) }}
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
secrets:
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}
Expand Down

0 comments on commit 6ac0d1c

Please sign in to comment.