Skip to content

Commit 64ba9ce

Browse files
committed
bump julia compat to 1.6
1 parent e0ca964 commit 64ba9ce

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.4'
20+
- '1.6'
2121
- '1'
2222
os:
2323
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1414
Distributions = "0.25"
1515
MLJBase = "0.18, 0.19, 0.20, 0.21"
1616
MLJTuning = "0.6, 0.7"
17-
julia = "1.4"
17+
julia = "1.6"

0 commit comments

Comments
 (0)