[PECL-CVS] [pecl-search_engine-solr] master: Fix windows build issue
[email protected] (Birgir Haraldsson) Wed, 18 Mar 2026 08:13:10 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Date: 2026-03-18T09:04:03+01:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/ef6038fee43834e75c5c8a42da1bb44bc9552c46
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/ef6038fee43834e75c5c8a42da1bb44bc9552c46.diff
Fix windows build issue
Bumping php\setup-php-sdk to v0.12 should solve the issue
Changed paths:
M .github/workflows/windows-tests.yml
Diff:
diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml
index 490d35d5..7771df71 100644
--- a/.github/workflows/windows-tests.yml
+++ b/.github/workflows/windows-tests.yml
@@ -31,7 +31,7 @@ jobs:
- name: Setup PHP
id: setup-php
- uses: php/[email protected]
+ uses: php/[email protected]
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}