Skip to content

Commit

Permalink
Fix command in matrix testing snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Sep 8, 2019
1 parent 764f8c8 commit b45c80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b45c80e

Please sign in to comment.