Skip to content

Commit ca363d5

Browse files
committed
support 1.6 LTS
1 parent 001eef1 commit ca363d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- "1.0" # LTS
20+
- "1.6" # LTS
2121
- "1" # Latest Release
2222
os:
2323
- ubuntu-latest

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CommonSubexpressions = "0.2, 0.3"
1313
Graphs = "1.4, 1.5, 1.6, 1.7, 1.8, 1.9"
1414
MacroTools = "0.4, 0.5"
1515
TikzGraphs = "1.3, 1.4"
16-
julia = "1"
16+
julia = "1.6"
1717

1818
[extras]
1919
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)