Skip to content

Commit

Permalink
ci(): fix composer step
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrack committed May 26, 2020
1 parent fbdff53 commit 0ee83d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
php-version: ${{ matrix.php }}

- name: Composer
uses: php-actions/composer@master
- name: Install composer dependencies
run: composer install --no-interaction --prefer-dist --no-progress

- name: PHP spec
uses: php-actions/phpspec@master
Expand Down

0 comments on commit 0ee83d6

Please sign in to comment.