Skip to content

Commit

Permalink
Test with boost 1.84
Browse files Browse the repository at this point in the history
Update unittest build job to test with currently latest boost version
  • Loading branch information
laudrup committed Feb 26, 2024
1 parent af77bba commit 9606b6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
boost_version: ["1.80.0", "1.81.0", "1.82.0", "1.83.0"]
boost_version: ["1.81.0", "1.82.0", "1.83.0", "1.84.0"]
os: [windows-2019, windows-2022]
toolset: [v142, v143, ClangCL]
build_type: [Debug, Release]
Expand All @@ -27,22 +27,22 @@ jobs:
- { os: windows-2022, generator: "Visual Studio 16 2019" }
- { toolset: ClangCL, build_type: Release }
include:
- boost_version: "1.83.0"
- boost_version: "1.84.0"
os: windows-2022
toolset: v143
build_type: Debug
generator: "Visual Studio 17 2022"
config_args: ""
build_args: "-- -p:CharacterSet=Unicode"
name_args: "Unicode"
- boost_version: "1.83.0"
- boost_version: "1.84.0"
os: windows-2022
toolset: v143
build_type: Debug
generator: "Visual Studio 17 2022"
config_args: "-A Win32 -DENABLE_TESTING:BOOL=OFF"
name_args: "32 bit"
- boost_version: "1.83.0"
- boost_version: "1.84.0"
os: windows-2022
toolset: ""
build_type: ""
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Code using this library must target at least

Either [Asio](https://think-async.com/Asio/) or the [Boost
libraries](https://www.boost.org) are required. Currently tested with
Boost 1.80 to 1.83 and Asio 1.28 to 1.29 but at least most newer
Boost 1.81 to 1.84 and Asio 1.28 to 1.29 but at least most newer
versions ought to work.

A working C++ compiler supporting at least the C++14 standard is
Expand Down

0 comments on commit 9606b6c

Please sign in to comment.