Skip to content

Commit 55a2435

Browse files
committed
Bump minimal julia version up to v1.6
As per JuliaPhysics#144 (comment), to allow for `Symbolics` extension/integration.
1 parent 821bf88 commit 55a2435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
julia-version:
24-
- "1.0"
24+
- "1.6"
2525
- "1"
2626
- "nightly"
2727
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ MeasurementsUnitfulExt = "Unitful"
2828
Calculus = "0.4.1, 0.5"
2929
RecipesBase = "0.6.0, 0.7, 0.8, 1.0"
3030
Requires = "0.5.0, 1"
31-
julia = "1"
31+
julia = "1.6"
3232

3333
[extras]
3434
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)