Skip to content

Commit

Permalink
tighten compat bound for Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Aug 12, 2024
1 parent 8ba6cb6 commit c58bd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- '1.6'
- '1.7'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ReverseDiff = "1.15.1"
SimpleUnPack = "1.1.0"
StatsBase = "0.32, 0.33, 0.34"
Zygote = "0.6.63"
julia = "1.6"
julia = "1.7"

[extras]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand Down

0 comments on commit c58bd0d

Please sign in to comment.