From 1ea795edb78aa4f02010178914daccb03db7a3db Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 30 Sep 2024 17:21:56 +0200 Subject: [PATCH] Don't be picky about the VS version --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df272b3..2bcddc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -86,8 +86,6 @@ jobs: ts: - nts - ts - vsversion: - - "16.0" libyaml: - libyaml-0.1.7-vs16 @@ -114,7 +112,6 @@ jobs: with: arch: "${{ matrix.arch }}" toolset: "${{ steps.setup-php.outputs.toolset }}" - vsversion: "${{ matrix.vsversion }}" - name: Generate build files run: phpize - name: Configure build