Skip to content

Commit 2cc1e36

Browse files
committed
Update tests.yml
1 parent a314ac2 commit 2cc1e36

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
matrix:
2525
extension-name:
2626
- "phpstan-doctrine"
27-
- "extension-installer"
2827
- "phpstan-phpunit"
2928
- "phpstan-mockery"
3029
- "phpstan-symfony"
@@ -54,10 +53,13 @@ jobs:
5453
php-version: "8.3"
5554
tools: "infection:0.31.7"
5655

57-
- name: "Install dependencies"
56+
- name: "Install build-infection dependencies"
5857
working-directory: "build-infection"
5958
run: "composer install --no-interaction --no-progress"
6059

60+
- name: "Install dependencies"
61+
run: "composer install --no-interaction --no-progress"
62+
6163
- name: "Configure mutators"
6264
run: cp build-infection/resources/infection.json5 .
6365

0 commit comments

Comments
 (0)