Skip to content

Commit

Permalink
Infection won't work in CI until phpdbg is dropped from the container
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Oct 16, 2023
1 parent a8ea079 commit f9de782
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extensions": ["xdebug"],
"extensions": [],
"ignore_php_platform_requirements": {
"8.3": true
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"cs-fix": "phpcbf",
"static-analysis": "psalm --shepherd --stats",
"check-deps": "composer-require-checker check",
"infection": "infection",
"infection": "infection --configuration=mutants.json",
"test": "phpunit --colors=always"
}
}
File renamed without changes.

0 comments on commit f9de782

Please sign in to comment.