[PECL-CVS] [pecl-networking-gearman] maxmirazh33/master: add php 8.5 to github ci stable matrix
[email protected] (Максим Колокольников) Tue, 10 Feb 2026 03:03:28 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Максим Колокольников
Pusher: rlerdorf
Date: 2026-01-14T18:22:20+06:00
Commit: https://github.com/php/pecl-networking-gearman/commit/2d7d98e7f414a5b50835ff01bc0b66fe5f16f65c
Raw diff: https://github.com/php/pecl-networking-gearman/commit/2d7d98e7f414a5b50835ff01bc0b66fe5f16f65c.diff
add php 8.5 to github ci stable matrix
Changed paths:
M .github/workflows/ci.yml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e1ca77d..3b3dbaa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,14 +17,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
- version: ['8.0', '8.1', '8.2', '8.3', '8.4']
+ version: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
stable: [true]
include:
- os: ubuntu-latest
- version: '8.5'
+ version: '8.6'
stable: false
- os: macos-latest
- version: '8.5'
+ version: '8.6'
stable: false
steps:
- name: Setup PHP