Skip to content

Commit 1bb6a1b

Browse files
committed
Add infection to matrix
1 parent a6dc102 commit 1bb6a1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/nightly.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ function e(string $cmd, string $extra = ''): string {
3434
1
3535
];
3636

37+
$repos["infection"] = [
38+
"https://github.com/infection/infection",
39+
"master",
40+
null,
41+
["vendor/bin/phpunit"],
42+
1
43+
];
44+
3745
$repos["wordpress"] = [
3846
"https://github.com/WordPress/wordpress-develop.git",
3947
"",

0 commit comments

Comments
 (0)