From 76ee4daf4d8836eab7c80b9090f71a8d3e4cf44c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 5 Jan 2022 16:00:23 +0300 Subject: workflows/test: test VS 2022 --- .github/workflows/test.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 210b711..5ad919d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,8 @@ jobs: old_and_new: strategy: matrix: - version: [1.58.0, 1.74.0] - os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019] + version: [1.58.0, 1.78.0] + os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019, windows-2022] toolset: [auto, clang, gcc, mingw, msvc] exclude: @@ -23,6 +23,9 @@ jobs: # GCC == MinGW-w64 on Windows. - {os: windows-2016, toolset: gcc} - {os: windows-2019, toolset: gcc} + - {os: windows-2022, toolset: gcc} + # VS 2022 doesn't support older Boost versions. + - {os: windows-2022, version: 1.58.0} runs-on: '${{ matrix.os }}' @@ -86,7 +89,7 @@ jobs: different_configurations: strategy: matrix: - os: [ubuntu-20.04, windows-2016, windows-2019] + os: [ubuntu-20.04, windows-2016, windows-2019, windows-2022] platform: [x64, x86] configuration: [Debug, Release] @@ -118,7 +121,7 @@ jobs: name: Build Boost uses: ./ with: - version: 1.66.0 + version: 1.78.0 platform: '${{ matrix.platform }}' configuration: '${{ matrix.configuration }}' libraries: filesystem program_options system -- cgit v1.2.3