Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Oct 7, 2024
1 parent 56cb8d1 commit fad02f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [windows-latest]
operating-system: ["windows-latest"]
php-versions: ["8.1", "8.2", "8.3"]
ts: [ts, nts]
ts: ["ts", "nts"]
vc_num: ["vs16"]
build_type: ["Win32"]
arch: ["x64"]

steps:
- name: Disable Git autocrlf
Expand Down

0 comments on commit fad02f5

Please sign in to comment.