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.
1 parent 8a62090 commit 1d8c85bCopy full SHA for 1d8c85b
.github/workflows/ezsql-macos.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
operating-system: [macos-latest]
20
- php-versions: ['7.2', '7.3', '7.4']
+ php-versions: ['7.1', '8.0']
21
22
steps:
23
- name: Checkout
@@ -55,7 +55,7 @@ jobs:
55
- name: Install dependencies
56
run: composer update
57
- name: Test with phpunit
58
- run: ./vendor/bin/phpunit
+ run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
59
- name: Submit code coverage
60
uses: codecov/codecov-action@v1
61
with:
0 commit comments