[PECL-CVS] [pecl-networking-gearman] maxmirazh33/master: We are not ready for 8.6 yet
[email protected] (Rasmus Lerdorf) Tue, 10 Feb 2026 03:05:41 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-02-09T21:58:41-05:00
Commit: https://github.com/php/pecl-networking-gearman/commit/efd176b5fa102713daff0ad50017303b290f261b
Raw diff: https://github.com/php/pecl-networking-gearman/commit/efd176b5fa102713daff0ad50017303b290f261b.diff
We are not ready for 8.6 yet
Changed paths:
M .github/workflows/ci.yml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3b3dbaa..45a3d2b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,13 +19,6 @@ jobs:
os: [ubuntu-latest, macos-latest]
version: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
stable: [true]
- include:
- - os: ubuntu-latest
- version: '8.6'
- stable: false
- - os: macos-latest
- version: '8.6'
- stable: false
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2