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 7387177 commit 77da293Copy full SHA for 77da293
1 file changed
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
37
38
- name: Install PHP dependencies
39
- run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --ansi
+ run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --ansi --optimize-autoloader
40
41
- name: Install dependencies
42
run: npm ci
0 commit comments