Skip to content

Commit ad6334e

Browse files
committed
Update CI for 8.2
1 parent fb50e0b commit ad6334e

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']
14+
version: ['7.3', '7.4', '8.0', '8.1', '8.2']
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
@@ -105,7 +105,7 @@ jobs:
105105
shell: cmd
106106
strategy:
107107
matrix:
108-
version: ["7.4", "8.0", "8.1"]
108+
version: ["7.4", "8.0", "8.1", "8.2"]
109109
arch: [x64]
110110
ts: [ts]
111111
runs-on: windows-latest
@@ -126,7 +126,7 @@ jobs:
126126
Expand-Archive 'ntx64_odbc_cli.zip' -DestinationPath '.\'
127127
- name: Setup PHP
128128
id: setup-php
129-
uses: cmb69/setup-php-sdk@v0.2
129+
uses: cmb69/setup-php-sdk@v0.6
130130
with:
131131
version: ${{matrix.version}}
132132
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)