diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 11c1e068..253b1943 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - version: [6.2.4, 6.5.3, 6.8.3, 6.9.1] + version: [6.2.4, 6.5.3, 6.8.3, 6.9.1, 6.10.0] arch: [win64_msvc2019_64, win64_msvc2022_64, win64_mingw] exclude: - version: 6.2.4 @@ -32,6 +32,10 @@ jobs: arch: win64_msvc2019_64 - version: 6.9.1 arch: win64_mingw + - version: 6.10.0 + arch: win64_msvc2019_64 + - version: 6.10.0 + arch: win64_mingw steps: - name: Pull code uses: actions/checkout@v4