Fix command in matrix testing snippet
This commit is contained in:
parent
764f8c8453
commit
a61a8b6708
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Check PHP Version
|
- name: Check PHP Version
|
||||||
run: php -v
|
run: php -v
|
||||||
- name: Check Composer Version
|
- name: Check Composer Version
|
||||||
run: php -m
|
run: Composer -V
|
||||||
- name: Check PHP Extensions
|
- name: Check PHP Extensions
|
||||||
run: php -m
|
run: php -m
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue