Skip to content

Commit efd839d

Browse files
committed
Update .laminas-ci.json
Signed-off-by: Nathanael Esayeas <[email protected]>
1 parent d426f52 commit efd839d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.laminas-ci.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"sqlite3",
99
"sqlsrv"
1010
],
11-
"ignore_php_platform_requirements": {
12-
"8.1": true
13-
}
11+
"exclude": [
12+
{
13+
"name": "PHPUnit on PHP 8.1 with latest dependencies"
14+
},
15+
{
16+
"name": "PHPUnit on PHP 8.1 with lowest dependencies"
17+
}
18+
]
1419
}

0 commit comments

Comments
 (0)