Skip to content

Commit

Permalink
Bump supported Julia version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuan-Ru-Lin committed Dec 6, 2024
1 parent 45dd583 commit fc87b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
- '1'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Distances = "0.9, 0.10"
LinearAlgebra = "1"
MLJModelInterface = "1.4"
StatsBase = "0.34"
julia = "1.6"
julia = "1.10"

0 comments on commit fc87b92

Please sign in to comment.