Skip to content

Commit

Permalink
Merge 8f5fc87 into c2af335
Browse files Browse the repository at this point in the history
  • Loading branch information
noelma committed Jul 26, 2022
2 parents c2af335 + 8f5fc87 commit 9bbe3e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
php: [7.2, 7.3, 7.4, 8.0, 8.1]
experimental: [false]
include:
- coverage: --no-coverage
- php: 7.2
analysis: true
coverage: --coverage-clover clover.xml

steps:
- name: Checkout
Expand All @@ -38,7 +40,7 @@ jobs:
run: bin/phpstan --memory-limit=1G analyse

- name: Unit tests
run: bin/phpunit --coverage-clover clover.xml
run: bin/phpunit ${{ matrix.coverage }}

- name: Refactoring
if: matrix.analysis
Expand Down

0 comments on commit 9bbe3e6

Please sign in to comment.