[PECL-CVS] [pecl-networking-gearman] add-php-8.6-support: Add PHP 8.6 to CI matrix

[email protected] (Rasmus Lerdorf) Wed, 17 Jun 2026 13:24:07 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-06-17T09:23:50-04:00

Commit: https://github.com/php/pecl-networking-gearman/commit/5f3073deab005dd32ae0bcdbb48cd64eb0a3c2c6
Raw diff: https://github.com/php/pecl-networking-gearman/commit/5f3073deab005dd32ae0bcdbb48cd64eb0a3c2c6.diff

Add PHP 8.6 to CI matrix

The extension builds cleanly and all tests pass under PHP 8.6.0-dev.
No source changes required.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

Changed paths:
  M  .github/workflows/ci.yml


Diff:

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1647bd8..338948b 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: ['7.2', '7.3', '7.4', '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', '8.6']
         stable: [true]
     steps:
       - name: Setup PHP