Fix command in matrix testing snippet
This commit is contained in:
parent
764f8c8453
commit
b45c80e26a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue