[PECL-CVS] [pecl-search_engine-solr] master: Add php 8.5 to test matrices
[email protected] (Birgir Haraldsson)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Birgir Haraldsson (bix0r)
Date: 2025-10-11T16:02:59+02:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/9b27cc3e538c4c8176a9d3213ae7c1cae8caf9ed
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/9b27cc3e538c4c8176a9d3213ae7c1cae8caf9ed.diff
Add php 8.5 to test matrices
Changed paths:
M .github/workflows/linux-tests.yml
M .github/workflows/windows-tests.yml
Diff:
diff --git a/.github/workflows/linux-tests.yml b/.github/workflows/linux-tests.yml
index 54548273..e601e331 100644
--- a/.github/workflows/linux-tests.yml
+++ b/.github/workflows/linux-tests.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
+ php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
steps:
- name: Checkout
uses: actions/checkout@v3
diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml
index 40836cab..634638c0 100644
--- a/.github/workflows/windows-tests.yml
+++ b/.github/workflows/windows-tests.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
+ version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
arch: [x64, x86]
ts: [ts, nts]
os: [windows-2022]