Skip to content

Commit 38bcd5b

Browse files
wip
1 parent 08eb7fe commit 38bcd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
coverage: xdebug
2727

2828
- name: Install Dependencies
29-
run: composer install --${{ matrix.dependency-version }} --no-interaction --prefer-dist --optimize-autoloader
29+
run: composer update --${{ matrix.dependency-version }} --no-interaction --prefer-dist
3030

3131
- name: Tests
3232
run: ./vendor/bin/pest --ci

0 commit comments

Comments
 (0)