Skip to content

Commit 7d5c246

Browse files
committed
Add support for master as input in the README
1 parent 4b88964 commit 7d5c246

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Build a specific version of PHP, with the required architecture and thread safet
1717
1818
### Inputs
1919
20-
- `php-version` (required) - The PHP version to build. It supports values in major.minor.patch format, e.g. 7.4.25, 8.0.12, etc.
20+
- `php-version` (required) - The PHP version to build. It supports values in major.minor.patch format, e.g. 7.4.25, 8.0.12, etc., or `master` for the master branch of `php-src`.
2121
- `arch` (required) - The architecture to build. It supports values `x64` and `x86`.
2222
- `ts` (required) - The thread safety to build. It supports values `ts` and `nts`.
2323

@@ -138,6 +138,7 @@ It will also check if a GitHub hosted Windows runner is available with the requi
138138
| 8.2 | 2019 (vs16) | windows-2022, github-hosted |
139139
| 8.3 | 2019 (vs16) | windows-2022, github-hosted |
140140
| 8.4 | 2022 (vs17) | windows-2022, github-hosted |
141+
| master | 2022 (vs17) | windows-2022, github-hosted |
141142

142143
## Release
143144

0 commit comments

Comments
 (0)