Skip to content

Commit

Permalink
feat(workflow): add support build for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
excalibur1010 authored Dec 4, 2023
1 parent eb39e46 commit b3a3bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: ['7.4', '8.0', '8.1', '8.2']
arch: [x64, x86]
ts: [nts, zts]
runs-on: windows-latest
Expand Down

0 comments on commit b3a3bfe

Please sign in to comment.