Skip to content

Commit cddd18e

Browse files
authored
Update README.md
1 parent 3d02286 commit cddd18e

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

setup-php/README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,24 @@ After Checkout job, you can just call this action with parameters and we'll take
2121
|--|--|--|
2222
|`in-production`| `0` to development, `1` to production|`0`|
2323
|`php-version`|any version supported by [shivammathur/setup-php](https://github.com/shivammathur/setup-php) action|`8.2`|
24+
|`copy-env`|`true` to copy, `false` to ignore|`true`|
2425

2526
## PHP Dependencies
2627

2728
This action enable some extensions by default. They are the following:
28-
`bcmath, curl, dom, exif, gd, iconv, imagick,
29-
intl, libxml, mbstring, mysql, mysqli, pcntl,
30-
pdo, pdo_mysql, pdo_sqlite, soap, sqlite, zip`
29+
* `bcmath`,
30+
* `curl`,
31+
* `dom`,
32+
* `exif`,
33+
* `gd`,
34+
* `iconv`,
35+
* `imagick`,
36+
* `intl`,
37+
* `libxml`,
38+
* `mbstring`,
39+
* `mysql`, `mysqli`,
40+
* `pcntl`,
41+
* `pdo`, `pdo_mysql`, `pdo_sqlite`,
42+
* `soap`,
43+
* `sqlite`,
44+
* `zip`

0 commit comments

Comments
 (0)