From 72478e15a96ac99c8cc88267ffadbe23c8f99c7a Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 23 Jul 2024 20:26:22 +0200 Subject: [PATCH 1/2] Support building for PHP 8.4.0 Since alpha pre-releases are already available, it seems to be prudent to offer clients the ability to test their extensions for PHP 8.4 in CI. --- run.ps1 | 1 + 1 file changed, 1 insertion(+) 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) { From 4a830285b1ef2603b89e0301bebdb2a625a2c437 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 23 Jul 2024 23:59:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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