Skip to content

Commit 2e03f73

Browse files
committed
chore: lint PHP 8.4
1 parent 4a5ee58 commit 2e03f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/quality-assurance-php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
4545
strategy:
4646
matrix:
47-
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
47+
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
4848
with:
4949
PHP_VERSION: ${{ matrix.php-ver }}
5050
LINT_ARGS: '-e php --colors --show-deprecated ./Inpsyde'

0 commit comments

Comments
 (0)