Skip to content

Commit 77da293

Browse files
committed
Update tests.yml
1 parent 7387177 commit 77da293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3737
3838
- name: Install PHP dependencies
39-
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --ansi
39+
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --ansi --optimize-autoloader
4040

4141
- name: Install dependencies
4242
run: npm ci

0 commit comments

Comments
 (0)