Skip to content

Commit

Permalink
Update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe committed Aug 3, 2023
1 parent d3a1093 commit 1c704ff
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia_version: ["1.7", "1"]
julia_version: ["1.8", "1"]
name: julia ${{ matrix.julia_version }}
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ChainRulesCore = "1"
ForwardDiff = "0.10"
PATHSolver = "1.4"
Symbolics = "4,5"
julia = "1.7"
FastDifferentiation = "0.2.9"
julia = "1.8"

0 comments on commit 1c704ff

Please sign in to comment.