[PECL-CVS] [pecl-search_engine-solr] master: Remove windows-2019 from test matrix
[email protected] (Birgir Haraldsson)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Date: 2025-10-11T15:51:05+02:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/6dc16d95506680fdb6571631d06b6745d19b08dd
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/6dc16d95506680fdb6571631d06b6745d19b08dd.diff
Remove windows-2019 from test matrix
The image has been removed
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}}