Skip to content

Commit

Permalink
Add support for Symbolics@6 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 13, 2024
1 parent c91a621 commit 78561ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
JULIA_NUM_THREADS: 2
# with:
# depwarn: error
- uses: julia-actions/julia-processcoverage@v1
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
MathOptInterface = "1.25"
SparseArrays = "<0.0.1, 1.6"
Symbolics = "4, 5"
Symbolics = "4, 5, 6"
julia = "1.6"

0 comments on commit 78561ec

Please sign in to comment.