-
Notifications
You must be signed in to change notification settings - Fork 9
DX-2238 Add Matrix Testing #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| php-version: ${{ matrix.php-version }} | ||
|
|
||
| - name: Install Packages | ||
| run: composer install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does that setup install composer globally? and that is why you dont need php composer.phar install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep - The action runner has php and composer installed globally with composer added to the path - so no need to install composer in the directory and run the file from the directory in GHA
Co-authored-by: Cameron Koegel <53310569+ckoegel@users.noreply.github.com>
`Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed.`
No description provided.