We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a5ee58 + 2e03f73 commit 653040bCopy full SHA for 653040b
.github/workflows/quality-assurance-php.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
45
strategy:
46
matrix:
47
- 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' ]
48
with:
49
PHP_VERSION: ${{ matrix.php-ver }}
50
LINT_ARGS: '-e php --colors --show-deprecated ./Inpsyde'
0 commit comments