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 08eb7fe commit 38bcd5bCopy full SHA for 38bcd5b
.github/workflows/run-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
coverage: xdebug
27
28
- name: Install Dependencies
29
- run: composer install --${{ matrix.dependency-version }} --no-interaction --prefer-dist --optimize-autoloader
+ run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
30
31
- name: Tests
32
run: ./vendor/bin/pest --ci
0 commit comments