Skip to content

Commit

Permalink
ci: add boost-1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Aug 14, 2023
1 parent fb64a02 commit e244b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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]
boost_version: [1.79.0, 1.80.0, 1.81.0, 1.82.0, 1.83.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]
boost_version: [1.79.0, 1.80.0, 1.81.0, 1.82.0, 1.83.0]
shared: [OFF]
malloy_tls: [ON, OFF]

Expand Down

0 comments on commit e244b57

Please sign in to comment.