Skip to content

Commit 0168a33

Browse files
committed
bump suppor for julia < 0.10
1 parent d950f89 commit 0168a33

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.6'
20+
- '1.10'
2121
- '1'
22-
- 'nightly'
2322
os:
2423
- ubuntu-latest
2524
arch:
@@ -30,7 +29,7 @@ jobs:
3029
with:
3130
version: ${{ matrix.version }}
3231
arch: ${{ matrix.arch }}
33-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v2
3433
env:
3534
cache-name: cache-artifacts
3635
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CategoricalArrays = "1"
1515
DecisionTree = "0.12"
1616
MLJModelInterface = "1.5"
1717
Tables = "1.6"
18-
julia = "1.6"
18+
julia = "1.10"
1919

2020
[extras]
2121
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

0 commit comments

Comments
 (0)