Unverified Commit 198317fa authored by P.I.E. Security Team's avatar P.I.E. Security Team Committed by GitHub
Browse files

Merge pull request #49 from TimWolla/patch-1

Add PHP 8.2 to ci.yml
No related merge requests found
Showing with 1 addition and 11 deletions
+1 -11
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
strategy: strategy:
matrix: matrix:
operating-system: ['ubuntu-latest'] operating-system: ['ubuntu-latest']
php-versions: ['7.4', '8.0', '8.1'] php-versions: ['7.4', '8.0', '8.1', '8.2']
phpunit-versions: ['latest'] phpunit-versions: ['latest']
steps: steps:
- name: Checkout - name: Checkout
......
...@@ -11,15 +11,5 @@ ...@@ -11,15 +11,5 @@
</projectFiles> </projectFiles>
<issueHandlers> <issueHandlers>
<UnnecessaryVarAnnotation errorLevel="info" /> <UnnecessaryVarAnnotation errorLevel="info" />
<UndefinedAttributeClass>
<errorLevel type="suppress">
<!--
The SensitiveParameter attribute was introduced in PHP 8.2. It is fully backwards compatible
and non-essential for correct functionality of this library. It protects any passed strings
from ending up in error logs.
-->
<referencedClass name="SensitiveParameter" />
</errorLevel>
</UndefinedAttributeClass>
</issueHandlers> </issueHandlers>
</psalm> </psalm>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment