Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
constant_time_encoding
Commits
198317fa
Unverified
Commit
198317fa
authored
2 years ago
by
P.I.E. Security Team
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #49 from TimWolla/patch-1
Add PHP 8.2 to ci.yml
parents
55a9e3c3
78f65386
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+1
-1
.github/workflows/ci.yml
psalm.xml
+0
-10
psalm.xml
with
1 addition
and
11 deletions
+1
-11
.github/workflows/ci.yml
+
1
−
1
View file @
198317fa
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
psalm.xml
+
0
−
10
View file @
198317fa
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets