Skip to content

Commit 0e70953

Browse files
committed
Exclude PHPUnit from the 8.1 run
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 3d9a72a commit 0e70953

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.laminas-ci.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"exclude": [
3+
{
4+
"name": "PHPUnit",
5+
"php": "8.1"
6+
}
7+
],
28
"additional_checks": [
39
{
410
"name": "PhpStan",

0 commit comments

Comments
 (0)