Fix command in matrix testing snippet

This commit is contained in:
Shivam Mathur 2019-09-08 09:26:13 +05:30
parent 764f8c8453
commit b45c80e26a

View File

@ -68,7 +68,7 @@ jobs:
- name: Check PHP Version
run: php -v
- name: Check Composer Version
run: php -m
run: composer -V
- name: Check PHP Extensions
run: php -m