Skip to content

Commit 575941f

Browse files
authored
Update README.md
Use php/setup-php-sdk in example and update list of supported versions.
1 parent 0f5c2bc commit 575941f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for building and testing PHP extensions on Windows.
77

88
````.yml
99
- id: setup-php-sdk
10-
uses: cmb69/setup-php-sdk@v0.5
10+
uses: php/setup-php-sdk@v0.8
1111
with:
1212
version: 8.0
1313
arch: x64
@@ -25,7 +25,7 @@ for building and testing PHP extensions on Windows.
2525
## Inputs
2626

2727
- `version`: the PHP version to build for
28-
(`7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0` or `8.1`)
28+
(`7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2` or `8.3`)
2929
- `arch`: the architecture to build for (`x64` or `x86`)
3030
- `ts`: thread-safety (`nts` or `ts`)
3131
- `deps`: dependency libraries to install; for now, only

0 commit comments

Comments
 (0)