Skip to content

Commit

Permalink
(CI) boost graph v0.86 has fixes in functions we use
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 14, 2024
1 parent 092642d commit 54bc910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/boost_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ name: Boost supported versions
# - boost::geometry has not changed anything we use
#
# boost::graph
# - 1.86 does not support C++11 (Aug 2024)
# - 1.84 is failing its own tests (Jul 2022)
# - 1.83 transitive closure & stoer wagner changed on 83 (Jul 2022)
# - 1.80 changed on 1.80 (Aug 2022)
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
boost_minor: [56, 68, 75, 76, 77, 78, 79, 80, 83, 84]
boost_minor: [56, 68, 75, 76, 77, 78, 79, 80, 83, 84, 86]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 54bc910

Please sign in to comment.