Skip to content

Commit

Permalink
Merge pull request #40 from inpsyde/fix/add-php-8.3-support
Browse files Browse the repository at this point in the history
Update php-qa.yml and add PHP 8.3
  • Loading branch information
Chrico authored Oct 10, 2024
2 parents b14eef5 + 30af84f commit 6d94fc4
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 @@ -24,7 +24,7 @@ jobs:
lint-php:
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
with:
PHP_VERSION: ${{ matrix.php }}
Expand All @@ -37,7 +37,7 @@ jobs:
tests-unit-php:
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
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 6d94fc4

Please sign in to comment.