Skip to content

Commit 37195a1

Browse files
authored
Merge pull request #8 from mxschll/master
Update php.yml
2 parents 596f197 + 3a948b9 commit 37195a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727

28+
- name: Set up PHP
29+
uses: shivammathur/setup-php@v2
30+
with:
31+
php-version: ${{ matrix.php }}
32+
coverage: pcov
33+
2834
- name: Validate composer.json and composer.lock
2935
run: composer validate
3036

0 commit comments

Comments
 (0)