Skip to content

Commit

Permalink
Merge pull request #49 from TimWolla/patch-1
Browse files Browse the repository at this point in the history
Add PHP 8.2 to ci.yml
  • Loading branch information
paragonie-security committed Sep 6, 2022
2 parents 55a9e3c + 78f6538 commit 198317f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions psalm.xml
Expand Up @@ -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>

0 comments on commit 198317f

Please sign in to comment.