diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 06fd217..82022e7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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