php-memcached-dev / php-memcached

memcached extension based on libmemcached library
Other
990 stars 323 forks source link

Add minimal Windows CI #532

Closed cmb69 closed 1 year ago

cmb69 commented 1 year ago

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.

sodabrew commented 1 year ago

That is great, we can always iterate!