Skip to content

Commit 653040b

Browse files
authored
Merge pull request #102 from inpsyde/lint-php84
Lint PHP 8.4
2 parents 4a5ee58 + 2e03f73 commit 653040b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-assurance-php.yml

Lines changed: 1 addition & 1 deletion
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)