Skip to content

Commit df2c5e2

Browse files
committed
latest action for installing PHP SDK on win
Also raises the minimum version of PHP tested on Windows, to avoid bloating the test matrix.
1 parent 267f969 commit df2c5e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ubuntu:
1212
strategy:
1313
matrix:
14-
version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', "8.4"]
14+
version: ['8.1', '8.2', '8.3', '8.4']
1515
runs-on: ubuntu-latest
1616
services:
1717
ibm_db2:
@@ -104,7 +104,7 @@ jobs:
104104
shell: cmd
105105
strategy:
106106
matrix:
107-
version: ["7.4", "8.0", "8.1", "8.2"]
107+
version: ["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
108108
arch: [x64]
109109
ts: [ts]
110110
runs-on: windows-latest
@@ -125,7 +125,7 @@ jobs:
125125
Expand-Archive 'ntx64_odbc_cli.zip' -DestinationPath '.\'
126126
- name: Setup PHP
127127
id: setup-php
128-
uses: cmb69/setup-php-sdk@v0.6
128+
uses: php/setup-php-sdk@v0.9
129129
with:
130130
version: ${{matrix.version}}
131131
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)