Skip to content

Commit

Permalink
Run QA on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Feb 28, 2024
1 parent 542d903 commit 4571e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality-assurance-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
strategy:
matrix:
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
with:
PHP_VERSION: ${{ matrix.php-ver }}
LINT_ARGS: '-e php --colors --show-deprecated ./Inpsyde'
Expand All @@ -58,7 +58,7 @@ jobs:
uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main
strategy:
matrix:
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
with:
PHP_VERSION: ${{ matrix.php-ver }}
PSALM_ARGS: ${{ format('--no-suggestions --report-show-info=false --find-unused-psalm-suppress --no-diff --output-format={0}', ((github.event_name == 'pull_request') && 'github') || 'compact') }}
Expand All @@ -68,7 +68,7 @@ jobs:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
strategy:
matrix:
php-ver: [ '7.4', '8.0', '8.1', '8.2' ]
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
with:
PHP_VERSION: ${{ matrix.php-ver }}
PHPUNIT_ARGS: '--no-coverage'

0 comments on commit 4571e6e

Please sign in to comment.