Skip to content

Commit

Permalink
update to Julia 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kchu25 committed Dec 4, 2023
1 parent a7e3c1e commit 4af7352
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 @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.9'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SeqShuffle = "0.2.2"
StaticArrays = "1.7.0"
StatsBase = "0.33.21"
Zygote = "0.6.67"
julia = "1.7"
julia = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 4af7352

Please sign in to comment.