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 Dec 14, 2023
1 parent 732f2fe commit a2fcfa7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on: [ push ]
jobs:
lint-php:
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1"]
with:
PHP_MATRIX: >-
["7.2", "7.3", "7.4", "8.0", "8.1"]
PHP_VERSION: ${{ matrix.php }}
tests-unit-php:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
needs: [ lint-php ]
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1"]
with:
PHP_MATRIX: >-
["7.2", "7.3", "7.4", "8.0", "8.1"]
PHP_VERSION: ${{ matrix.php }}

0 comments on commit a2fcfa7

Please sign in to comment.