Skip to content

Commit

Permalink
feat: simplify PHP 8 composer installs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 8, 2021
1 parent 6b0f012 commit 0273dbf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ jobs:
path: ~/.composer/cache/
key: composer-cache
- name: Install dependencies
if: ${{ matrix.php-version != '8.0' }}
run: composer install --no-interaction --prefer-dist --no-progress --no-suggest
- name: Install dependencies for php 8.0
if: ${{ matrix.php-version == '8.0' }}
run: composer install --no-interaction --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
run: composer install --no-interaction
- name: Run php tests
run: composer run test
- name: Send coverage
Expand Down

0 comments on commit 0273dbf

Please sign in to comment.