We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typisttech/.github
1 parent 584750b commit 0d942baCopy full SHA for 0d942ba
.github/workflows/test.yml
@@ -54,6 +54,8 @@ jobs:
54
coverage: ${{ matrix.coverage }}
55
56
- uses: ramsey/composer-install@v3
57
+ with:
58
+ dependency-versions: highest
59
60
- run: composer pest:unit -- --ci --coverage-clover coverage-unit.xml
61
if: ${{ matrix.coverage == 'xdebug' }}
0 commit comments