[PECL-CVS] [pecl-search_engine-solr] master: Merge pull request #92 from bix0r/ci/add-php85
[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-11T19:25:47+02:00
Commit: https://github.com/php/pecl-search_engine-solr/commit/0cfec26f87a0d2cd020867e9f2781f35b7d6b8f2
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/0cfec26f87a0d2cd020867e9f2781f35b7d6b8f2.diff
Merge pull request #92 from bix0r/ci/add-php85
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..490d35d5 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]
@@ -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}}