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
+17-12
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,7 @@ Setup PHP with required extensions, php.ini configuration and composer in [GitHu
46
46
|7.1|`Stable`|`Security fixes only`|
47
47
|7.2|`Stable`|`Active`|
48
48
|7.3|`Stable`|`Active`|
49
-
|7.4|`RC4`/`RC6`|`Active`|
50
-
51
-
**Note:** PHP 7.4 is currently in development, do not use in production/release branches.
49
+
|7.4|`RC6`|`Active`|
52
50
53
51
## :cloud: OS/Platform Support
54
52
@@ -60,7 +58,7 @@ Setup PHP with required extensions, php.ini configuration and composer in [GitHu
60
58
|macOS X Catalina 10.15|`macOS-latest` or `macOS-10.15`|
61
59
62
60
## :wrench: PHP Extension Support
63
-
- On `ubuntu` extensions which have the package in `APT` are installed. If extension is not in `APT`, you can use `PECL` to install the extension as fallback by specifying `pecl: true`.
61
+
- On `ubuntu`by default extensions which are available as a package can be installed. If the extension is not available as a package but it is on `PECL`, it can be installed by specifying `pecl: true`.
64
62
- On `windows` extensions which have `windows` binary on `PECL` can be installed.
65
63
- On `macOS` extensions which are on `PECL` can be installed.
66
64
- Extensions which are installed along with PHP if specified are enabled.
@@ -130,18 +128,22 @@ See [action.yml](action.yml "Metadata for this GitHub Action") and usage below f
You can persist composer's internal cache directory using the [`action/cache`](https://github.com/actions/cache) GitHub Action. Dependencies cached are loaded directly instead of downloading them while installation. The files cached are available across check-runs and will reduce the workflow execution time.
187
+
You can persist composer's internal cache directory using the [`action/cache`](https://github.com/actions/cache "GitHub Action to cache files") GitHub Action. Dependencies cached are loaded directly instead of downloading them while installation. The files cached are available across check-runs and will reduce the workflow execution time.
183
188
184
189
**Note:** Please do not cache `vendor` directory using `action/cache` as that will have side-effects.
185
190
@@ -223,7 +228,7 @@ Examples for setting up this GitHub Action with different PHP Frameworks/Package
223
228
224
229
## :scroll: License
225
230
226
-
The scripts and documentation in this project are released under the [MIT License](LICENSE "License for shivammathur/setup-php"). This project has multiple [dependencies](https://github.com/shivammathur/setup-php/network/dependencies "Dependencies for this PHP Action") and their licenses can be found in their respective repositories.
231
+
The scripts and documentation in this project are released under the [MIT License](LICENSE "License for shivammathur/setup-php"). This project has multiple [dependencies](https://github.com/shivammathur/setup-php/network/dependencies "Dependencies for this PHP Action") and uses [various works](#bookmark-this-action-uses-the-following-works "Tools used by this action"). Their licenses can be found in their respective repositories.
0 commit comments