We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14aa278 commit 59bdb42Copy full SHA for 59bdb42
.github/workflows/CI.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
julia-version:
18
- - "1.0"
+ - "1.6"
19
- "1"
20
- "nightly"
21
os:
Project.toml
@@ -15,7 +15,7 @@ Scratch = "6c6a2e73-6563-6170-7368-637461726353"
ARFFFiles = "1.4.1"
HTTP = "0.8, 0.9, 1"
JSON = "0.21"
-julia = "1"
+julia = "1.6"
[extras]
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
0 commit comments