This commit is contained in:
Shivam Mathur
2019-09-06 05:35:52 +05:30
parent 8f9786b73f
commit f8b0e78904
3 changed files with 3 additions and 16 deletions

View File

@ -18,10 +18,10 @@ jobs:
with:
version: 10.x
- name: npm install
- name: Installing NPM
run: npm install
- name: Install PHP
- name: Installing PHP
run: node lib/install.js
env:
php-version: ${{ matrix.php-versions }}