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:
strategy:
matrix:
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']
steps:
- name: Checkout
......
......@@ -11,15 +11,5 @@
</projectFiles>
<issueHandlers>
<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>
</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