Skip to content

Commit

Permalink
1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkim1210 committed Dec 30, 2024
1 parent fd48514 commit 9e99f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- 'nightly'
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 @@ -17,7 +17,7 @@ DataFrames = "1"
Distributions = "0.25"
Makie = "0.21"
SnpArrays = "0.3"
julia = "1.6, 1.7, 1.8, 1.9, 1.10"
julia = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down

0 comments on commit 9e99f29

Please sign in to comment.