Add support for adding PHP extensions

This commit is contained in:
Shivam Mathur
2019-09-07 18:01:50 +05:30
parent 1c6748567c
commit c5513d9a78
6842 changed files with 266 additions and 1017047 deletions

View File

@ -5,7 +5,7 @@ jobs:
name: Run
runs-on: ${{ matrix.operating-system }}
strategy:
max-parallel: 15
max-parallel: 6
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3']
@ -25,3 +25,6 @@ jobs:
run: node lib/install.js
env:
php-version: ${{ matrix.php-versions }}
extension-csv: "mbstring, curl, mysqli, json, xml, xdebug, pcov, phpdbg"
- name: Testing
run: php -m