Skip to content

Commit 3f29e43

Browse files
committed
bump required julia version to support Molly
1 parent b9a6461 commit 3f29e43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- "1.6"
1716
- "1.7"
1817
- "nightly"
1918
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ StaticArrays = "1"
3535
Unitful = "1"
3636
UnitfulAtomic = "1"
3737
UnitfulRecipes = "1"
38-
julia = "1.6"
38+
julia = "1.7"

0 commit comments

Comments
 (0)