[PECL-CVS] [pecl-networking-gearman] drop-php71-support: Drop PHP 7.1 and restore PHP 7.2+ CI
[email protected] (Rasmus Lerdorf) Sat, 4 Apr 2026 17:07:39 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-04-04T13:07:21-04:00
Commit: https://github.com/php/pecl-networking-gearman/commit/d88cd00081567b73b68db8af59a2cd4e64501616
Raw diff: https://github.com/php/pecl-networking-gearman/commit/d88cd00081567b73b68db8af59a2cd4e64501616.diff
Drop PHP 7.1 and restore PHP 7.2+ CI
Changed paths:
M .github/workflows/ci.yml
M README
M package.xml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 45a3d2b..df50cd5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
- version: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
+ version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
stable: [true]
steps:
- name: Setup PHP
diff --git a/README b/README
index 56244ec..351aa1b 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Requirements
* For the 1.0.* versions, libgearman v0.21 or greater
* For the 1.1.* versions, libgearman v1.1.0 or greater
* For the 2.0.* versions, testing is done against libgearman v1.1.8 and PHP 7.0-7.4
- * For the 2.1.* versions, testing is done against libgearman v1.1.18 and PHP 7.0-8.3
+ * For the 2.1.* versions, testing is done against libgearman v1.1.18 and PHP 7.2-8.6
The Gearman PHP Extension requires the Gearman C server and library package
to be installed. You can download the latest from:
diff --git a/package.xml b/package.xml
index 0c13f36..4256689 100644
--- a/package.xml
+++ b/package.xml
@@ -138,8 +138,8 @@ PHP 8 is now supported
<dependencies>
<required>
<php>
- <min>7.1.0</min>
- <max>8.5.99</max>
+ <min>7.2.0</min>
+ <max>8.6.99</max>
<exclude>6.0.0</exclude>
</php>
<pearinstaller>