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 May 23, 2023
1 parent 38b2ac0 commit 8d08634
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 @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
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"

[extensions]
MeasurementsJunoExt = "Juno"
Expand Down

0 comments on commit 8d08634

Please sign in to comment.