Skip to content

Commit

Permalink
ci: attempt to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Sep 25, 2024
1 parent d8d99f0 commit 93c1bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
shell: cmd
strategy:
matrix:
version: ['7.4', '8.0', '8.1']
version: ['8.3']
arch: [x64, x86]
ts: [nts, zts]
runs-on: windows-latest
Expand All @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.7
uses: php/setup-php-sdk@v0.9
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 93c1bc4

Please sign in to comment.