Skip to content

Commit

Permalink
Removed non-supported composer option
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkreft committed Feb 12, 2021
1 parent 22d42f2 commit 4de53f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
coverage: pcov

- name: Install dependencies
run: composer update --prefer-dist --no-progress --no-suggest --prefer-stable
run: composer update --prefer-dist --no-progress --prefer-stable

- name: PHPUnit with coverage
run: vendor/bin/phpunit --coverage-clover=build/logs/clover.xml tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer update --prefer-dist --no-progress --no-suggest ${{ matrix.composer-opts }} --prefer-stable
run: composer update --prefer-dist --no-progress ${{ matrix.composer-opts }} --prefer-stable

- name: Run test suite
run: composer test

0 comments on commit 4de53f0

Please sign in to comment.