Skip to content

Commit 93c1bc4

Browse files
committed
ci: attempt to fix windows build
1 parent d8d99f0 commit 93c1bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
shell: cmd
88
strategy:
99
matrix:
10-
version: ['7.4', '8.0', '8.1']
10+
version: ['8.3']
1111
arch: [x64, x86]
1212
ts: [nts, zts]
1313
runs-on: windows-latest
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Setup PHP
1818
id: setup-php
19-
uses: cmb69/setup-php-sdk@v0.7
19+
uses: php/setup-php-sdk@v0.9
2020
with:
2121
version: ${{matrix.version}}
2222
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)