Skip to content

Commit 51d1101

Browse files
committed
Try adding PHP 8.2 to CI
1 parent a3c9fe9 commit 51d1101

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
@@ -99,7 +99,7 @@ jobs:
9999
shell: cmd
100100
strategy:
101101
matrix:
102-
version: ["7.4", "8.0", "8.1"]
102+
version: ["7.4", "8.0", "8.1", "8.2"]
103103
arch: [x64]
104104
ts: [ts]
105105
runs-on: windows-latest
@@ -120,7 +120,7 @@ jobs:
120120
Expand-Archive 'ntx64_odbc_cli.zip' -DestinationPath '.\'
121121
- name: Setup PHP
122122
id: setup-php
123-
uses: cmb69/setup-php-sdk@v0.2
123+
uses: cmb69/setup-php-sdk@v0.6
124124
with:
125125
version: ${{matrix.version}}
126126
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)