Skip to content

Commit 055e84b

Browse files
committed
dump support for Julia < 1.10
1 parent 109e3df commit 055e84b

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.6'
20+
- '1.10'
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 @@ MLJTestInterface = "0.2.4"
1818
NearestNeighborModels = "0.2"
1919
Pkg = "<0.0.1, 1"
2020
Test = "<0.0.1, 1"
21-
julia = "1.6"
21+
julia = "1.10"
2222

2323
[extras]
2424
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"

0 commit comments

Comments
 (0)