Skip to content

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.laminas-ci.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
{
2-
"ignore_php_platform_requirements": {
3-
"8.4": true
4-
}
2+
"extensions": [
3+
"pcov"
4+
],
5+
"ini": [
6+
"memory_limit=-1"
7+
],
8+
"exclude": [
9+
{"name": "Infection [8.2, locked]"}
10+
],
11+
"additional_checks": [
12+
{
13+
"name": "Infection (with PCOV)",
14+
"job": {
15+
"php": "8.4",
16+
"dependencies": "locked",
17+
"command": "./vendor/bin/roave-infection-static-analysis-plugin"
18+
}
19+
}
20+
]
521
}

0 commit comments

Comments
 (0)