Skip to content

Commit

Permalink
Update CI jobs to test newer Asio versions
Browse files Browse the repository at this point in the history
Update the unittests to test against the currently newest release of
boost and asio.
  • Loading branch information
laudrup committed Oct 25, 2024
1 parent 57d1bdd commit 6c25f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
boost_version: ["1.81.0", "1.82.0", "1.83.0", "1.84.0"]
boost_version: ["1.83.0", "1.84.0", "1.85.0", "1.86.0"]
os: [windows-2019, windows-2022]
toolset: [v142, v143, ClangCL]
build_type: [Debug, Release]
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
strategy:
fail-fast: false
matrix:
asio_version: ["asio-1-28-0", "asio-1-29-0"]
asio_version: ["asio-1-31-0", "asio-1-32-0"]
os: [windows-2022]
build_type: [Debug, Release]
standard: [14, 17, 20]
Expand Down

0 comments on commit 6c25f60

Please sign in to comment.