Skip to content

Commit 59bdb42

Browse files
committed
bump to julia 1.6 in testing and project
1 parent 14aa278 commit 59bdb42

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
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
julia-version:
18-
- "1.0"
18+
- "1.6"
1919
- "1"
2020
- "nightly"
2121
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Scratch = "6c6a2e73-6563-6170-7368-637461726353"
1515
ARFFFiles = "1.4.1"
1616
HTTP = "0.8, 0.9, 1"
1717
JSON = "0.21"
18-
julia = "1"
18+
julia = "1.6"
1919

2020
[extras]
2121
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

0 commit comments

Comments
 (0)