[PECL-CVS] [pecl-database-ibm_db2] master: This action obsoletes the prev one, add 8.5 to Windows
[email protected] (Calvin Buckley) Fri, 17 Jul 2026 04:20:23 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Calvin Buckley (NattyNarwhal)
Date: 2026-07-16T14:54:22-03:00
Commit: https://github.com/php/pecl-database-ibm_db2/commit/ee153e0db86b11aa4931faf320c64491ab6c3579
Raw diff: https://github.com/php/pecl-database-ibm_db2/commit/ee153e0db86b11aa4931faf320c64491ab6c3579.diff
This action obsoletes the prev one, add 8.5 to Windows
Changed paths:
M .github/workflows/ci.yml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ee3c8e7..7973d44 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
shell: cmd
strategy:
matrix:
- version: ["8.1", "8.2", "8.3", "8.4"]
+ version: ["8.2", "8.3", "8.4", "8.5"]
arch: [x64]
ts: [ts]
runs-on: windows-latest
@@ -125,9 +125,9 @@ jobs:
Expand-Archive 'ntx64_odbc_cli.zip' -DestinationPath '.\'
- name: Setup PHP
id: setup-php
- uses: php/[email protected]
+ uses: php/php-windows-builder/php@v1
with:
- version: ${{matrix.version}}
+ php-version: ${{matrix.version}}
arch: ${{matrix.arch}}
ts: ${{matrix.ts}}
- name: Enable Developer Command Prompt