Skip to content

Commit

Permalink
s/install/update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Sep 8, 2020
1 parent 85b1718 commit a99c103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install dependencies
run: |
composer install --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest --no-progress
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest --no-progress
- name: Execute tests
run: vendor/bin/phpunit
Expand Down

0 comments on commit a99c103

Please sign in to comment.