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 Oct 28, 2024
1 parent 27b89aa commit 2be2a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
with:
PHP_VERSION: ${{ matrix.php }}
tests-unit-php:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
with:
PHP_VERSION: ${{ matrix.php }}

0 comments on commit 2be2a77

Please sign in to comment.