Skip to content

Commit

Permalink
Merge pull request #102 from inpsyde/lint-php84
Browse files Browse the repository at this point in the history
Lint PHP 8.4
  • Loading branch information
tfrommen authored Dec 18, 2024
2 parents 4a5ee58 + 2e03f73 commit 653040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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', '8.3' ]
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
with:
PHP_VERSION: ${{ matrix.php-ver }}
LINT_ARGS: '-e php --colors --show-deprecated ./Inpsyde'
Expand Down

0 comments on commit 653040b

Please sign in to comment.