You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,14 @@ Setup PHP with required extensions, php.ini configuration, code-coverage support
67
67
- On `windows` extensions which have `windows` binary on `PECL` can be installed.
68
68
- On `macOS` extensions which are on `PECL` can be installed.
69
69
- Extensions which are installed along with PHP if specified are enabled.
70
+
- Extensions on `PECL` which do not have a latest stable version, their pre-release versions can be installed by suffixing the extension with its state i.e `alpha`, `beta`, `devel` or `snapshot` separated by a `-` like `msgpack-beta`.
70
71
- Extensions which cannot be installed gracefully leave an error message in the logs, the action is not interrupted.
71
72
72
73
## :wrench: Tools Support
73
74
74
75
These tools can be setup globally using the `tools` input.
You can setup problem matchers for your `PHPUnit` output. This will scan the errors in your tests and surface that information prominently in the GitHub Actions UI by creating annotations and log file decorations.
284
+
You can setup problem matchers for your `PHPUnit` output by adding this step after the `setup-php` step. This will scan the logs for failing tests and surface that information prominently in the GitHub Actions UI by creating annotations and log file decorations.
284
285
285
286
```yaml
286
287
- name: Setup Problem Matchers for PHPUnit
@@ -327,10 +328,10 @@ Contributions are welcome! See [Contributor's Guide](.github/CONTRIBUTING.md "sh
327
328
328
329
If this action helped you.
329
330
330
-
- Please star the project and share it, this helps reach more people.
331
-
- If you blog, write about your experience using this.
332
-
- Support this project on <a href="https://www.patreon.com/shivammathur"><img alt="Patreon" src="https://shivammathur.com/badges/patreon.svg"></a> or using <a href="https://www.paypal.me/shivammathur"><img alt="Paypal" src="https://shivammathur.com/badges/paypal.svg"></a>.
333
-
- If you need any help using this, reach out here <a href="https://www.codementor.io/shivammathur?utm_source=github&utm_medium=button&utm_term=shivammathur&utm_campaign=github" title="Contact Shivam Mathur on Codementor"><img alt="Contact me on Codementor" src="https://cdn.codementor.io/badges/contact_me_github.svg"></a>
331
+
- Please star the project and share it with the community.
332
+
- If you blog, write about your experience while using this action.
333
+
- I maintain this in my free time, please support me with a [Patreon](https://www.patreon.com/shivammathur "Shivam Mathur Patreon") subscription or a one time contribution using [Paypal](https://www.paypal.me/shivammathur "Shivam Mathur PayPal").
334
+
- If you need any help using this, please contact me using [Codementor](https://www.codementor.io/shivammathur "Shivam Mathur Codementor")
334
335
335
336
## :bookmark: This action uses the following works
0 commit comments