diff --git a/README.md b/README.md index fb51cef..9250caf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ for building and testing PHP extensions on Windows. ## Inputs - `version`: the PHP version to build for - (`7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2` or `8.3`) + (`7.0`, `7.1`, `7.2`, `7.3`, `7.4`, `8.0`, `8.1`, `8.2`, `8.3`, or `8.4`) - `arch`: the architecture to build for (`x64` or `x86`) - `ts`: thread-safety (`nts` or `ts`) - `deps`: dependency libraries to install; for now, only diff --git a/run.ps1 b/run.ps1 index bff049c..33bd04e 100644 --- a/run.ps1 +++ b/run.ps1 @@ -17,6 +17,7 @@ $versions = @{ "8.1" = "vs16" "8.2" = "vs16" "8.3" = "vs16" + "8.4" = "vs17" } $vs = $versions.$version if (-not $vs) {