Skip to content

Commit 819f1eb

Browse files
committed
Bump compat to Julia 1.4
1 parent 3a05bce commit 819f1eb

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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MLJTuning = "03970b2e-30c4-11ea-3135-d1576263f10f"
1111
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1212

1313
[compat]
14-
julia = "1.3"
1514
Distributions = "0.25"
1615
MLJBase = "0.18"
1716
MLJTuning = "0.6"
17+
julia = "1.4"

0 commit comments

Comments
 (0)