Skip to content

Commit e129137

Browse files
committed
bump julia 1.6 and in CI
1 parent f8399ac commit e129137

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.5'
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
@@ -19,7 +19,7 @@ LinearMaps = "2.6, 3.2"
1919
MLJModelInterface = "0.3, 0.4, 1.0"
2020
Optim = "0.20, 0.21, 1"
2121
Parameters = "0.12"
22-
julia = "1.5"
22+
julia = "1.6"
2323

2424
[extras]
2525
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

0 commit comments

Comments
 (0)