Skip to content

Commit b38eddb

Browse files
committed
re-instate julia 1.6 support for now
1 parent 03c9ccd commit b38eddb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20+
- '1.6'
2021
- '1.10'
2122
- '1'
2223
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ StatisticalTraits = "3"
4949
Statistics = "<0.0.1, 1"
5050
StatsBase = "0.32,0.33, 0.34"
5151
Tables = "0.2,1.0"
52-
julia = "1.10"
52+
julia = "1.6"
5353

5454
[extras]
5555
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

0 commit comments

Comments
 (0)