Skip to content

Commit de89f31

Browse files
committed
Enable coverage
1 parent cffd009 commit de89f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Setup PHP
21-
uses: nanasess/setup-php@master
21+
uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: ${{ matrix.php }}
24+
coverage: pcov
2425

2526
- name: PHP ${{ matrix.php }} - Validate composer.json and composer.lock
2627
run: composer validate

0 commit comments

Comments
 (0)