Skip to content

Commit 1d8c85b

Browse files
committed
Update ezsql-macos.yml
1 parent 8a62090 commit 1d8c85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
operating-system: [macos-latest]
20-
php-versions: ['7.2', '7.3', '7.4']
20+
php-versions: ['7.1', '8.0']
2121

2222
steps:
2323
- name: Checkout
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
run: composer update
5757
- name: Test with phpunit
58-
run: ./vendor/bin/phpunit
58+
run: ./vendor/bin/phpunit --coverage-clover=coverage.xml
5959
- name: Submit code coverage
6060
uses: codecov/codecov-action@v1
6161
with:

0 commit comments

Comments
 (0)