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 Sep 24, 2023
1 parent 821bf88 commit 55a2435
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 @@ -28,7 +28,7 @@ MeasurementsUnitfulExt = "Unitful"
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 55a2435

Please sign in to comment.