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 742ed94 commit 7d5f81dCopy full SHA for 7d5f81d
.github/workflows/mt.yaml
@@ -42,6 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: |
44
composer update --prefer-dist --no-interaction --no-progress ${{ matrix.dependencies }}
45
+ composer dump-autoload --optimize
46
47
- name: Run mutation testing
48
0 commit comments