Skip to content

Commit 474d4e3

Browse files
authored
Merge pull request #16 from alcaeus/support-php-8.5
Support PHP 8.5
2 parents 60426a7 + fe2ce62 commit 474d4e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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`, `8.1`, `8.2`, `8.3`, or `8.4`)
28+
(`7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2`, `8.3`, `8.4`, or `8.5`)
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

run.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $versions = @{
2020
"8.2" = "vs16"
2121
"8.3" = "vs16"
2222
"8.4" = "vs17"
23+
"8.5" = "vs17"
2324
}
2425
$vs = $versions.$version
2526
if (-not $vs) {

0 commit comments

Comments
 (0)