[PECL-CVS] [pecl-networking-ssh2] fix/allocator-mismatch-libssh2-1828: Remove broken PHP 8.0 CI and add 8.5
[email protected] (Rasmus Lerdorf) Sat, 4 Apr 2026 09:50:54 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-04-04T05:50:48-04:00
Commit: https://github.com/php/pecl-networking-ssh2/commit/ef23d9774d4c2933470c0b9243bceb44b0b3593d
Raw diff: https://github.com/php/pecl-networking-ssh2/commit/ef23d9774d4c2933470c0b9243bceb44b0b3593d.diff
Remove broken PHP 8.0 CI and add 8.5
Changed paths:
M .github/workflows/build.yml
Diff:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ef1a1b7..176a148 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: ["8.0", "8.1", "8.2", "8.3", "8.4"]
+ php: ["8.1", "8.2", "8.3", "8.4", "8.5"]
arch: [x86, x64]
ts: [nts, ts]
experimental: [false]
@@ -73,6 +73,7 @@ jobs:
if ('8.2' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' }
if ('8.3' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs16' }
if ('8.4' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs17' }
+ if ('8.5' -eq '${{matrix.php}}') { $artifact_name = $artifact_name + '-vs17' }
if ('nts' -eq '${{matrix.ts}}') { $artifact_name = $artifact_name + '-nts' }
if ('x64' -eq '${{matrix.arch}}') { $artifact_name = $artifact_name + '-x86_64' }