[PECL-CVS] [pecl-search_engine-solr] master: Merge pull request #91 from bix0r/ci/remove-windows-2019
[email protected] (Birgir Haraldsson via GitHub)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Committer: GitHub (web-flow)
Pusher: bix0r
Date: 2025-10-11T16:13:36+02:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/20e3aed59e9f5773243b22456e1bb8497b424447
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/20e3aed59e9f5773243b22456e1bb8497b424447.diff
Merge pull request #91 from bix0r/ci/remove-windows-2019
Remove windows-2019 from test matrix
Changed paths:
M .github/workflows/windows-tests.yml
Diff:
diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml
index fc7a6fc6..40836cab 100644
--- a/.github/workflows/windows-tests.yml
+++ b/.github/workflows/windows-tests.yml
@@ -20,9 +20,8 @@ jobs:
version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
arch: [x64, x86]
ts: [ts, nts]
- os: [windows-2019, windows-2022]
+ os: [windows-2022]
exclude:
- - { os: windows-2019, version: "8.4" }
- { os: windows-2022, version: "7.4" }
runs-on: ${{matrix.os}}