We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d99f0 commit 93c1bc4Copy full SHA for 93c1bc4
1 file changed
.github/workflows/build-windows.yml
@@ -7,7 +7,7 @@ jobs:
7
shell: cmd
8
strategy:
9
matrix:
10
- version: ['7.4', '8.0', '8.1']
+ version: ['8.3']
11
arch: [x64, x86]
12
ts: [nts, zts]
13
runs-on: windows-latest
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
- name: Setup PHP
18
id: setup-php
19
- uses: cmb69/setup-php-sdk@v0.7
+ uses: php/setup-php-sdk@v0.9
20
with:
21
version: ${{matrix.version}}
22
arch: ${{matrix.arch}}
0 commit comments