Skip to content

Commit d082674

Browse files
authored
Setup GitHub Actions
1 parent e61f871 commit d082674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
coverage: none
3737

3838
- name: Install dependencies
39-
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
39+
run: composer install --prefer-dist --no-progress
4040

4141
- name: Execute tests
4242
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)