Skip to content

Commit ae8f7a0

Browse files
authored
Merge pull request #190 from jackbayliss/sort-CI-failures
[4.x] Fix CI flakiness
2 parents f6deb54 + b925355 commit ae8f7a0

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 }} --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)