Skip to content

Commit

Permalink
Bump julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe committed Apr 23, 2024
1 parent e5225cd commit 9ef1bd6
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 @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia_version: ["1.8", "1"]
julia_version: ["1.10", "1"]
name: julia ${{ matrix.julia_version }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ FastDifferentiation = "0.3"
ForwardDiff = "0.10"
PATHSolver = "1.4"
Symbolics = "4,5"
julia = "1.8"
julia = "1.10"

0 comments on commit 9ef1bd6

Please sign in to comment.