[PECL-CVS] [pecl-database-ibm_db2] ci-update: This action obsoletes the prev one, add 8.5 to Windows

[email protected] (Calvin Buckley) Thu, 16 Jul 2026 17:44:52 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Calvin Buckley (NattyNarwhal)
Date: 2026-07-16T14:44:43-03:00

Commit: https://github.com/php/pecl-database-ibm_db2/commit/d4bf8730bb6888e011e4e388195eff365bc21cc6
Raw diff: https://github.com/php/pecl-database-ibm_db2/commit/d4bf8730bb6888e011e4e388195eff365bc21cc6.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..6bf0b0d 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-windows-builder/php@v1
         with:
-          version: ${{matrix.version}}
+          php-version: ${{matrix.version}}
           arch: ${{matrix.arch}}
           ts: ${{matrix.ts}}
       - name: Enable Developer Command Prompt