Skip to content

Commit

Permalink
change min Julia version 1.7 -> 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ElOceanografo committed Jun 5, 2024
1 parent b25c669 commit 37104ed
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 @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Optimization = "3"
OptimizationOptimJL = "0.1, 0.2, 0.3"
ReverseDiff = "1"
Zygote = "0.6"
julia = "1.7"
julia = "1.9"

[extras]
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Expand Down

0 comments on commit 37104ed

Please sign in to comment.