This came up in a discussion about a build failure using the php/setup-php-sdk GitHub Action we're currently using for Windows builds of the PHP extension: https://github.com/php/setup-php-sdk/pull/18#pullrequestreview-3592347322
The php/php-windows-builder action provides tooling to build specific versions of PHP as well as providing functionality to build extensions in a Windows build environment. We should evaluate whether this new tooling supports the capabilities we need:
- run tests on a combination of PHP versions, architecture, and bitness
- provide pre-compiled DLLs during the release process for us to sign and add as release artifact