Edit README and the test workflow

This commit is contained in:
Shivam Mathur
2019-10-19 19:59:48 +05:30
parent 0ac43c03b2
commit 9145972d5c
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ jobs:
shell: pwsh
run: curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/clover.xml -n github-actions-codecov-${{ matrix.operating-system }}-php${{ matrix.php-versions }}
- name: Installing PHP with extensions and custom config
- name: Setup PHP with extensions and custom config
run: node lib/install.js
env:
php-version: ${{ matrix.php-versions }}