Skip to content

Commit

Permalink
dependency/boost: Bump officially supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Oct 4, 2024
1 parent f1b6ed0 commit 022365a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
boost_version: [1.79.0, 1.80.0, 1.81.0, 1.82.0, 1.83.0, 1.84.0]
boost_version: [1.81.0, 1.82.0, 1.83.0, 1.84.0, 1.85.0, 1.86.0]
shared: [ON, OFF]
toolchain:
[
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
boost_version: [1.79.0, 1.80.0, 1.81.0, 1.82.0, 1.83.0, 1.84.0]
boost_version: [1.81.0, 1.82.0, 1.83.0, 1.84.0, 1.85.0, 1.86.0]
shared: [OFF]
malloy_tls: [ON, OFF]

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Building (and using) this library requires:

## Dependencies
Required:
- [Boost](https://www.boost.org/) 1.79.0 or newer
- [Boost](https://www.boost.org/) 1.81.0 or newer (older versions may work but are no longer actively tested)
- [spdlog](https:/gabime/spdlog) 1.8.3 or newer
- [fmt](https:/fmtlib/fmt) 7.1.3 or newer (must be compatible with spdlog version)

Expand Down

0 comments on commit 022365a

Please sign in to comment.