Skip to content

Commit ef5fe2b

Browse files
committed
Skip running PHPUnit tests on php:8.4 with lowest dependencies
Some dependencies currently raise deprecation warnings there: * `shish/safe:2.6.0` (`2.6.4` was released) * `beberlei/assert:3.3.0` (`3.3.3` was released) Adding a `conflict` clause is viable, but way too aggressive, and propagates through the dependency graph here. The package works with these, but with deprecations.
1 parent 91d841a commit ef5fe2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"memory_limit=-1"
77
],
88
"exclude": [
9-
{"name": "Infection"}
9+
{"name": "Infection"},
10+
{"name": "PHPUnit [8.4, lowest]"}
1011
],
1112
"additional_checks": [
1213
{

0 commit comments

Comments
 (0)