Skip to content

Commit

Permalink
Bump minimal julia version up to v1.6
Browse files Browse the repository at this point in the history
As per JuliaPhysics#144 (comment),
to allow for `Symbolics` extension/integration.
  • Loading branch information
LebedevRI committed Oct 30, 2023
1 parent 27aea57 commit 91c08e6
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 @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "1.0"
- "1.6"
- "1"
- "nightly"
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BaseType = "0.2"
Calculus = "0.4.1, 0.5"
RecipesBase = "0.6.0, 0.7, 0.8, 1.0"
Requires = "0.5.0, 1"
julia = "1"
julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 91c08e6

Please sign in to comment.