Skip to content

Commit 1b79078

Browse files
committed
dump support for julia <1.6
1 parent 7ab0885 commit 1b79078

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.3'
20+
- '1.6'
2121
- '1' # automatically expands to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MLJModelInterface = "1.4"
1818
ScientificTypes = "2.2.2, 3"
1919
ScientificTypesBase = "2.2.0, 3"
2020
TextAnalysis = "0.7.3"
21-
julia = "1.3"
21+
julia = "1.6"
2222

2323
[extras]
2424
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

0 commit comments

Comments
 (0)