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 7337349 commit 7387177Copy full SHA for 7387177
1 file changed
.github/workflows/tests.yml
@@ -38,9 +38,6 @@ jobs:
38
- name: Install PHP dependencies
39
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --ansi
40
41
- - name: Dump optimized autoloader
42
- run: composer dump-autoload --optimize --ansi
43
-
44
- name: Install dependencies
45
run: npm ci
46
0 commit comments