For now, only building the extension is supported.
I've did that as separate action, but of course it could be merged into the existing action for Linux. And of course, the matrix could be extended regarding the PHP versions; as is, 7.2 up to 8.2 should be supported.
Note that the libmemcached dependency is hard-coded, since cmb69/setup-php-sdk does not yet support fetching PECL dependencies.
Unrelated to this PR: there is no check in config.w32 for zlib; that is no problem for in-tree extension builds, but can be for phpize builds; if desired, I can provide a PR to add that check.
For now, only building the extension is supported.
I've did that as separate action, but of course it could be merged into the existing action for Linux. And of course, the matrix could be extended regarding the PHP versions; as is, 7.2 up to 8.2 should be supported.
Note that the libmemcached dependency is hard-coded, since cmb69/setup-php-sdk does not yet support fetching PECL dependencies.
Unrelated to this PR: there is no check in config.w32 for zlib; that is no problem for in-tree extension builds, but can be for phpize builds; if desired, I can provide a PR to add that check.