We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a314ac2 commit 2cc1e36Copy full SHA for 2cc1e36
.github/workflows/tests.yml
@@ -24,7 +24,6 @@ jobs:
24
matrix:
25
extension-name:
26
- "phpstan-doctrine"
27
- - "extension-installer"
28
- "phpstan-phpunit"
29
- "phpstan-mockery"
30
- "phpstan-symfony"
@@ -54,10 +53,13 @@ jobs:
54
53
php-version: "8.3"
55
tools: "infection:0.31.7"
56
57
- - name: "Install dependencies"
+ - name: "Install build-infection dependencies"
58
working-directory: "build-infection"
59
run: "composer install --no-interaction --no-progress"
60
+ - name: "Install dependencies"
61
+ run: "composer install --no-interaction --no-progress"
62
+
63
- name: "Configure mutators"
64
run: cp build-infection/resources/infection.json5 .
65
0 commit comments